You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new change introduced by the SentenceTransformer PR, I run into an issue when building the Docker image for this repo. Specifically, I am using MODEL_NAME=hkunlp/instructor-xl and the error occurs when initializing the SentenceTransformer on line 30 in download.py. Traceback:
The text was updated successfully, but these errors were encountered:
Hey @axeloh, this may or may not have been due to the bump of the torch dependency. This was reverted here: #70, are you able to verify if this fixes the above issue for you?
With the new change introduced by the SentenceTransformer PR, I run into an issue when building the Docker image for this repo. Specifically, I am using
MODEL_NAME=hkunlp/instructor-xl
and the error occurs when initializing the SentenceTransformer on line 30 indownload.py
. Traceback:The text was updated successfully, but these errors were encountered: