Wisdom Chen commited on
Commit
c55f3ee
·
unverified ·
1 Parent(s): fadbe71

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -10,8 +10,9 @@ matplotlib>=3.8.0
10
  faiss-cpu>=1.7.4
11
  huggingface-hub>=0.19.0
12
  transformers>=4.35.0
13
- torch>=2.1.0
 
14
  open-clip-torch>=2.20.0
15
  langchain>=0.0.300
16
- bitsandbytes>=0.41.0
17
  accelerate>=0.21.0
 
10
  faiss-cpu>=1.7.4
11
  huggingface-hub>=0.19.0
12
  transformers>=4.35.0
13
+ --extra-index-url https://download.pytorch.org/whl/cpu
14
+ torch>=2.1.0+cpu
15
  open-clip-torch>=2.20.0
16
  langchain>=0.0.300
17
+ bitsandbytes>=0.41.1
18
  accelerate>=0.21.0