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
I am using the sentence_transformers package and I would like it to only use the CPU version of torch. To do this, I previously (without pdm) installed all dependencies of sentence_transformers and then used pip install sentence_transformers==2.2.2 --no-deps. Is there an equivalent to this using pdm? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am using the
sentence_transformers
package and I would like it to only use the CPU version oftorch
. To do this, I previously (without pdm) installed all dependencies ofsentence_transformers
and then usedpip install sentence_transformers==2.2.2 --no-deps
. Is there an equivalent to this using pdm? Thanks!Beta Was this translation helpful? Give feedback.
All reactions