Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
flask==2.0.1
|
2 |
transformers==4.36.2
|
3 |
torch==2.0.1
|
|
|
|
|
4 |
langchain==0.1.0
|
5 |
langchain-community==0.0.10
|
6 |
python-multipart==0.0.5
|
7 |
werkzeug==2.0.1
|
8 |
-
accelerate==0.20.3
|
9 |
-
bitsandbytes==0.41.1
|
10 |
scipy==1.7.3
|
11 |
pandas==1.5.3
|
12 |
huggingface-hub==0.19.4
|
13 |
-
safetensors==0.4.1
|
|
|
|
|
|
1 |
flask==2.0.1
|
2 |
transformers==4.36.2
|
3 |
torch==2.0.1
|
4 |
+
accelerate==0.20.3
|
5 |
+
bitsandbytes==0.41.1
|
6 |
langchain==0.1.0
|
7 |
langchain-community==0.0.10
|
8 |
python-multipart==0.0.5
|
9 |
werkzeug==2.0.1
|
|
|
|
|
10 |
scipy==1.7.3
|
11 |
pandas==1.5.3
|
12 |
huggingface-hub==0.19.4
|
13 |
+
safetensors==0.4.1
|
14 |
+
sentencepiece==0.1.99
|
15 |
+
protobuf==3.20.3
|