We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
root@f62374f19c02:~/xfastertransformer# python ./tools/opt_convert.py -i ./data/opt-1.3b-hf -o ./data/opt-1.3b-cpu File "./tools/opt_convert.py", line 284 parser.add_argument("--weight_data_type", "-d" type=str, default="fp16", choices=["fp32", "fp16"]) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Add condition to switch MOE Engine (#90)
1c72e31
dfad5ed
No branches or pull requests
root@f62374f19c02:~/xfastertransformer# python ./tools/opt_convert.py -i ./data/opt-1.3b-hf -o ./data/opt-1.3b-cpu
File "./tools/opt_convert.py", line 284
parser.add_argument("--weight_data_type", "-d" type=str, default="fp16", choices=["fp32", "fp16"])
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: