tutorial on how to use ONNX model
#1
by
bhaskerraju
- opened
hello team,
i used this
Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="llmware/bling-tiny-llama-onnx")
and got this
OSError: llmware/bling-tiny-llama-onnx does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
how can I properly use the onnx model