Skip to content

Commit c74a3cf

Browse files
committed
Remove unnecessary verbose
1 parent e53725e commit c74a3cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xlora/xlora_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,13 @@ def load_model(
8888
device_map=device,
8989
torch_dtype=dtype,
9090
use_flash_attention_2=use_flash_attention_2,
91-
verbose=verbose,
9291
)
9392
if hasattr(model.config, "use_cache"):
9493
model.config.use_cache = False
9594
tokenizer = AutoTokenizer.from_pretrained(
9695
model_name,
9796
trust_remote_code=True,
9897
device_map=device,
99-
verbose=verbose,
10098
)
10199
tokenizer.pad_token = tokenizer.eos_token
102100
tokenizer.padding_side = "right"

0 commit comments

Comments
 (0)