mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 10:37:43 -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])
|
||||
|
||||
pool.starmap(split_and_convert_process,
|
||||
[(0, saved_dir, factor, new_name, args,
|
||||
[(0, saved_dir, factor, new_name,
|
||||
weights)], )
|
||||
|
||||
pool.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue