Skip to content

Commit 53ec6d7

Browse files
authored
fix arguments (#1026)
1 parent 93c873c commit 53ec6d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/llm/utils/argument.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,6 @@ def __post_init__(self) -> None:
10701070
self.load_from_ckpt_dir()
10711071
else:
10721072
assert self.load_dataset_config is False, 'You need to first set `--load_args_from_ckpt_dir true`.'
1073-
self.handle_compatibility()
10741073
self._handle_dataset_sample()
10751074
self.handle_custom_register()
10761075
self.handle_custom_dataset_info()

0 commit comments

Comments
 (0)