We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590a26f commit db18fadCopy full SHA for db18fad
tests/command_utils.py
@@ -11,7 +11,7 @@
11
repo_base_dir = Path(os.path.abspath(__file__)).resolve().parents[1]
12
13
14
-def convert_checkpoint(model_name, model_type, num_gpus: int, dir_dst="/root"):
+def convert_checkpoint(model_name, model_type, num_gpus: int=8, dir_dst="/root"):
15
# TODO shall we make it in host-mapped folder and thus can cache it to speedup CI
16
path_dst = f"{dir_dst}/{model_name}_torch_dist"
17
if Path(path_dst).exists():
0 commit comments