Skip to content

Commit

Permalink
[logging] fix multigpu_forzen
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmisya committed Sep 3, 2024
1 parent 2be039d commit b8573c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lmms_eval/other_evals/AMBER
Submodule AMBER added at 534bab
1 change: 1 addition & 0 deletions lmms_eval/other_evals/HallE_Control
Submodule HallE_Control added at d10129
2 changes: 1 addition & 1 deletion lmms_eval/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def get_datetime_str(timezone="Asia/Singapore"):
tz = pytz.timezone(timezone)
utc_now = datetime.datetime.now(datetime.timezone.utc)
local_time = utc_now.astimezone(tz)
return local_time.strftime("%m%d_%H%M")
return local_time.strftime("%m%d_%H")


def ignore_constructor(loader, node):
Expand Down

0 comments on commit b8573c4

Please sign in to comment.