Sentence_transformers old version

hi
I got from huggingface_hub.snapshot_download import REPO_ID_SEPARATOR
ModuleNotFoundError: No module named ‘huggingface_hub.snapshot_download’
when just importing sentence_transformers.
I believe this is due to an old version of it i.e sentence-transformers = “2.0.0” in ‘pixi.tom’
do i make a pull request for version change or could you upgrade the runtime
to later version of sentence_transformers.
thanks

Hi @saket! If you need to change the version of sentence_transformers, then yes, the next step would be to create a PR to the runtime repo updating that package version.

Before doing that, I would recommend testing locally to make sure that the package version is the source of the error you’re seeing.