You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: