onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.46k stars 1.36k forks source link

Huggingface - onnx/export - Error: No module named 'sentence_transformers' #660

Closed Alexander-Mark closed 3 months ago

Alexander-Mark commented 3 months ago

onnx/export Huggingface Spaces Bug Report

Which model does this pertain to?

The onnx/export Huggingface space and export bot.

Describe the bug

Not sure if I'm missing something, but the export command doesn't work with default parameters when trying to export BAAI/bge-reranker-v2-m3. It throws an unhandled import exception: Error: No module named 'sentence_transformers'

Reproduction instructions

Try to export BAAI/bge-reranker-v2-m3 with default export parameters at https://huggingface.co/spaces/onnx/export.

System Information
N/A