[Web] Can't create a session #22484
Labels
model:transformer
issues related to a transformer model: BERT, GPT2, Hugging Face, Longformer, T5, etc.
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
I'm trying to load a model I've converted from gguf to onnx using
optimum-cli
and I get this error (Can't create a session).To reproduce
I'm following the example https://github.com/microsoft/onnxruntime-inference-examples/blob/main/js/quick-start_onnxruntime-web-bundler/main.js with my own local model.
Note that I can run the model successfully in python with:
Urgency
No response
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.19.2
Execution Provider
'wasm'/'cpu' (WebAssembly CPU)
The text was updated successfully, but these errors were encountered: