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
Can you provide a quantized version using q4f16? I tried to replace it, but the code gave an error:
Unhandled exception. Microsoft.ML.OnnxRuntime.OnnxRuntimeException: [ErrorCode:Fail] Load model from ./models/decoder_model_merged_q4f16.onnx failed:/Users/runner/work/1/s/onnxruntime/core/graph/graph.cc:1421 void onnxruntime::Graph::InitializeStateFromModelFileGraphProto() This is an invalid model. Subgraph output (logits) is an outer scope value being returned directly. Please update the model to add an Identity node between the outer scope value and the subgraph output.
The text was updated successfully, but these errors were encountered:
Can you provide a quantized version using q4f16? I tried to replace it, but the code gave an error:
Unhandled exception. Microsoft.ML.OnnxRuntime.OnnxRuntimeException: [ErrorCode:Fail] Load model from ./models/decoder_model_merged_q4f16.onnx failed:/Users/runner/work/1/s/onnxruntime/core/graph/graph.cc:1421 void onnxruntime::Graph::InitializeStateFromModelFileGraphProto() This is an invalid model. Subgraph output (logits) is an outer scope value being returned directly. Please update the model to add an Identity node between the outer scope value and the subgraph output.
The text was updated successfully, but these errors were encountered: