Update llama.py
This commit is contained in:
parent
382a8aef2a
commit
c3b0716b69
1 changed files with 2 additions and 2 deletions
|
|
@ -1890,8 +1890,8 @@ class FastLlamaModel:
|
|||
gc.collect()
|
||||
torch.cuda.empty_cache()"""
|
||||
multiplier = \
|
||||
"(4.5 if getattr(model.config, 'quantization_config', \\{'load_in_4bit' : False\\})['load_in_4bit'] else "\
|
||||
"(8.0 if getattr(model.config, 'quantization_config', \\{'load_in_8bit' : False\\})['load_in_8bit'] else 1.0)"
|
||||
"(4.5 if getattr(model.config, 'quantization_config', \\{'load_in_4bit' : False\\})['load_in_4bit'] else "\
|
||||
"(8.0 if getattr(model.config, 'quantization_config', \\{'load_in_8bit' : False\\})['load_in_8bit'] else 1.0)"
|
||||
debug_info = debug_info.replace("multiplier__", multiplier)
|
||||
debug_info = debug_info.replace("P__", "get_model_param_count")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue