mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-06 05:32:50 +08:00
parent
5030f05126
commit
091326dc9f
@ -79,7 +79,7 @@ def load_model_and_tokenizer(
|
|||||||
|
|
||||||
config = AutoConfig.from_pretrained(model_to_load, **config_kwargs)
|
config = AutoConfig.from_pretrained(model_to_load, **config_kwargs)
|
||||||
|
|
||||||
if hasattr(config, "fp16") and hasattr(config, "bf16"): # fix Qwen config
|
if is_trainable and hasattr(config, "fp16") and hasattr(config, "bf16"): # fix Qwen config
|
||||||
if model_args.compute_dtype == torch.bfloat16:
|
if model_args.compute_dtype == torch.bfloat16:
|
||||||
setattr(config, "bf16", True)
|
setattr(config, "bf16", True)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user