This commit is contained in:
Claudio Spiess 2023-02-21 10:18:54 -08:00 committed by GitHub
commit f9e7eff4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ def split_and_convert(args):
ft_model_name_pattern[i])
pool.starmap(split_and_convert_process,
[(0, saved_dir, factor, new_name, args,
[(0, saved_dir, factor, new_name,
weights)], )
pool.close()