Skip to content
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

device feedback for GraphOptimizationLevel #38

Open
songshizhao opened this issue May 18, 2024 · 0 comments
Open

device feedback for GraphOptimizationLevel #38

songshizhao opened this issue May 18, 2024 · 0 comments

Comments

@songshizhao
Copy link

im using a 5600G cpu with intergrated gpu from AMD
and i got
Microsoft.ML.OnnxRuntime.OnnxRuntimeException:“[ErrorCode:Fail] ”
after i set GraphOptimizationLevel from ORT_ENABLE_ALL to ORT_DISABLE_ALL ,it worked
you can give some infos or close this .just let you know.:>
//sessionOptions.GraphOptimizationLevel = GraphOptimizationLevel.ORT_ENABLE_ALL;
sessionOptions.GraphOptimizationLevel = GraphOptimizationLevel.ORT_DISABLE_ALL;
and is there a way to load safetensors files or how to convert safetensors to onnx?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant