mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 11:20:35 +08:00
better dtype handle in loading
This commit is contained in:
@@ -170,6 +170,7 @@ def load_model(
|
||||
)
|
||||
else:
|
||||
param_stats = "all params: {:d}".format(all_param)
|
||||
|
||||
logger.info(param_stats)
|
||||
|
||||
if model_args.print_param_status:
|
||||
|
||||
Reference in New Issue
Block a user