Update loader.py
This commit is contained in:
parent
c0edaa46db
commit
d347db0944
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class FastLanguageModel(FastLlamaModel):
|
|||
device_map = "sequential",
|
||||
rope_scaling = None,
|
||||
fix_tokenizer = True,
|
||||
use_gradient_checkpointing = False,
|
||||
use_gradient_checkpointing = True,
|
||||
*args, **kwargs,
|
||||
):
|
||||
old_model_name = model_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue