Skip to content

Commit

Permalink
Update examples/huggingface/run_clm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jae-Won Chung <jwnchung@umich.edu>
  • Loading branch information
parthraut and jaywonchung authored Feb 16, 2024
1 parent e5e329d commit 02391a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/huggingface/run_clm.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
from zeus.optimizer import HFGlobalPowerLimitOptimizer

# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
# check_min_version("4.38.0.dev0")
check_min_version("4.37.2")

require_version(
"datasets>=1.8.0",
Expand Down

0 comments on commit 02391a4

Please sign in to comment.