Spaces:
Sleeping
Sleeping
Commit
·
6a60e40
1
Parent(s):
fe6b4a4
Update requirements with peft and huggingface_hub
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
streamlit==1.24.1
|
2 |
transformers==4.30.2
|
3 |
-
torch==2.0.1
|
|
|
|
|
|
1 |
streamlit==1.24.1
|
2 |
transformers==4.30.2
|
3 |
+
torch==2.0.1
|
4 |
+
peft==0.3.0
|
5 |
+
huggingface_hub==0.14.1
|