Skip to content

Commit db18fad

Browse files
committed
ci
1 parent 590a26f commit db18fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/command_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repo_base_dir = Path(os.path.abspath(__file__)).resolve().parents[1]
1212

1313

14-
def convert_checkpoint(model_name, model_type, num_gpus: int, dir_dst="/root"):
14+
def convert_checkpoint(model_name, model_type, num_gpus: int=8, dir_dst="/root"):
1515
# TODO shall we make it in host-mapped folder and thus can cache it to speedup CI
1616
path_dst = f"{dir_dst}/{model_name}_torch_dist"
1717
if Path(path_dst).exists():

0 commit comments

Comments
 (0)