Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
xuefgu committed Nov 18, 2024
1 parent bb8b76e commit 2654987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaxText/pyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def validate_keys(keys):
keys["replicator_backup_interval_minutes"] > 0
), "Replicator service is enabled, the backup interval minutes must be positive"
else:
max_logging.log("Not using emergency checkpoint, ignoring local_checkpoint_directory, local_checkpoint_period,"
"use_replicator_service and replicator_backup_interval_minutes")
max_logging.log("Not using emergency checkpoint, ignoring local_checkpoint_directory, local_checkpoint_period,"
" use_replicator_service and replicator_backup_interval_minutes")

if keys["num_experts"] > 1:
validate_megablox_parallelism(keys)
Expand Down

0 comments on commit 2654987

Please sign in to comment.