Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 7a89e4f

Browse files
author
Wu, Gangsheng
committed
update
1 parent 402564e commit 7a89e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_on_ray/finetune/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def convert_to_training_args(cls, config: Dict):
114114

115115
# set attr for FSDP
116116
# if accelerate_mode == "FSDP":
117-
# args.updatwe({})
117+
# args.update({})
118118

119119
# set attr for Intel Gaudi
120120
if device == "hpu":

0 commit comments

Comments
 (0)