Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Feb 9, 2024
1 parent 9745e26 commit ec19a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xlora/xlora_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def load_model(
use_flash_attention_2: bool = False,
load_xlora: bool = True,
verbose: bool = False,
use_cache: bool = False,
from_safetensors: bool = True,
) -> Tuple[Union[AutoModelForCausalLM, xLoRAModel], Union[PreTrainedTokenizer, PreTrainedTokenizerFast]]:
"""
Expand Down

0 comments on commit ec19a2a

Please sign in to comment.