Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run maek style
  • Loading branch information
nemo committed Jan 7, 2025
commit 8145b7116a134b6d2a1fb4b4c20f59cdae911466
3 changes: 2 additions & 1 deletion tests/test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
import pytest
import torch

from peft import get_peft_model, LoraConfig
from peft import LoraConfig, get_peft_model


class TestGetPeftModel:
RELOAD_WARNING_EXPECTED_MATCH = r"You are trying to modify a model .*"
Expand Down
Loading