Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -9,4 +9,9 @@ langchain-community
|
|
9 |
sentence-transformers
|
10 |
faiss-cpu
|
11 |
Pillow
|
12 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
9 |
sentence-transformers
|
10 |
faiss-cpu
|
11 |
Pillow
|
12 |
+
torch==2.0.1+cu118
|
13 |
+
torchvision==0.15.2+cu118
|
14 |
+
torchaudio==2.0.2+cu118
|
15 |
+
optimum
|
16 |
+
auto-gptq
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|