Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuT committed Jun 24, 2024
1 parent be1906c commit 4cd78b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def load_model(self, model_path, my_rank, my_size, low_bit='sym_int4'):
optimize_model=True,
trust_remote_code=True,
use_cache=True,
pipeline_parallel_stages=my_size)
pipeline_parallel_stages=my_size).eval()
# print(model)

# config_class = type(model.config).__name__
Expand Down

0 comments on commit 4cd78b8

Please sign in to comment.