Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -4,9 +4,8 @@ gradio==3.37.0
|
|
4 |
protobuf==3.20.3
|
5 |
scipy==1.11.1
|
6 |
sentencepiece==0.1.99
|
7 |
-
torch==2.0.1
|
8 |
transformers==4.31.0
|
9 |
auto-gptq @ https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.3.2/auto_gptq-0.3.2+cu118-cp310-cp310-linux_x86_64.whl#sha256=5f05e44c440e9f72a0dba8b7f1e10d7ceacb041d21c68382702bee068eea3f77
|
10 |
|
11 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
12 |
-
torch
|
|
|
4 |
protobuf==3.20.3
|
5 |
scipy==1.11.1
|
6 |
sentencepiece==0.1.99
|
|
|
7 |
transformers==4.31.0
|
8 |
auto-gptq @ https://github.com/PanQiWei/AutoGPTQ/releases/download/v0.3.2/auto_gptq-0.3.2+cu118-cp310-cp310-linux_x86_64.whl#sha256=5f05e44c440e9f72a0dba8b7f1e10d7ceacb041d21c68382702bee068eea3f77
|
9 |
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
11 |
+
torch==2.0.1
|