mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-19 13:01:53 -07:00
Fix arg (#151)
This commit is contained in:
parent
283668448d
commit
f9e7eff4ec
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ def split_and_convert(args):
|
||||||
ft_model_name_pattern[i])
|
ft_model_name_pattern[i])
|
||||||
|
|
||||||
pool.starmap(split_and_convert_process,
|
pool.starmap(split_and_convert_process,
|
||||||
[(0, saved_dir, factor, new_name, args,
|
[(0, saved_dir, factor, new_name,
|
||||||
weights)], )
|
weights)], )
|
||||||
|
|
||||||
pool.close()
|
pool.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue