-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All .onnx files from some folders models: 4xNomos8kSCSRFormer, 4xNomos8kSCHAT-S, 4xNomos8kSCHAT-L with all the backend #79
Comments
The |
Example with Cuda ver: only 4xNomos8kSCSRFormer_131616_onnxsim work and others (4xNomos8kSCSRFormer_136464_fp16_onnxsim, 4xNomos8kSCSRFormer_136464_fp16_onnxsim, 4xNomos8kSCSRFormer_131212_onnxsim_fp16, 4xNomos8kSCHAT-S, 4xNomos8kSCHAT-L) don't work for me |
At present only Please be specific about what models do not work and what's the error message in the future. Otherwise I will simply ignore the issue. |
In my previous test, I only remembered there are some problems with dynamic shape onnx files. |
This is a limitation of this onnx file. The author did not enable dynamic shapes during the export of this model, and therefore you need to set It is optional to set |
I can't use all .onnx files from some folders with all the backend:
https://github.com/Phhofm/models/tree/main/4xNomos8kSCSRFormer
https://github.com/Phhofm/models/tree/main/4xNomos8kSCHAT-S
https://github.com/Phhofm/models/tree/main/4xNomos8kSCHAT-L
Can you add support it to vs-mlrt? Thanks
The text was updated successfully, but these errors were encountered: