MOE错误
/root/.local/share/virtualenvs/mergekit-W8SVsbKK/lib/python3.10/site-packages/click/core.py:1193: UserWarning: The parameter --device is used more than once. Remove its duplicate as parameters should be unique.
parser = self.make_parser(ctx)
/root/.local/share/virtualenvs/mergekit-W8SVsbKK/lib/python3.10/site-packages/click/core.py:1186: UserWarning: The parameter --device is used more than once. Remove its duplicate as parameters should be unique.
self.parse_args(ctx, args)
Traceback (most recent call last):
File "/root/.local/share/virtualenvs/mergekit-W8SVsbKK/bin/mergekit-moe", line 8, in
is it finally fixed?
is it finally fixed?
No, it's not fixed yet.
Might be in "pedantic" python package (?) ; I had to revert to an older Mergekit version.
可以暂时在mergekit/mergekit/options.py中添加一句kwargs['device'] = 'cuda'