Error: "Conversoin failed: Framework not specified. Using pt to export the model."

#5
by Igrofeel - opened

I'm sorry, but I don't know anything about this and I don't understand what it means. Is conversion possible?
Screenshot_20241128_175252.png

Another model from the same author, it seems to have the same error.
Screenshot_20241128_182122.png

ONNX Community org

Hi! Thank you for trying out this Space!

It seems it's because this model is too large to be converted within the 18GB RAM available in the machine.

Check how were the Space CPU and RAM usage at the moment the crash happened:
image.png

It means you'll need to run this space locally (assuming your machine has 18GB+ RAM) to be able to convert this model.

You can run this space locally by clicking "Run with Docker", in the three-dots icon of this space:
image.png

Alternatively, you can clone Transformers.js repository and following the instructions on "Convert your models to ONNX" section of the Readme.

image.png

Sign up or log in to comment