Skip to content

device feedback for GraphOptimizationLevel  #38

@songshizhao

Description

@songshizhao

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions