Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 19, 2024
1 parent c7cae86 commit db953bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/language-modeling/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def get_library_version(library_name):
output_dir += "/"
print(excel_name, flush=True)
if args.enable_teq:
# If `enable_teq`, it introduce `MulLinear`, cann't save directly
# If `enable_teq`, it introduce `MulLinear`, can't save directly
eval_model(model_path=output_dir, tasks=tasks, dtype=dtype, limit=None,
eval_bs=args.eval_bs, use_accelerate=not args.disable_low_gpu_mem_usage,
device=torch_device, excel_file=excel_name,
Expand Down

0 comments on commit db953bd

Please sign in to comment.