Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
peft==0.10.0
|
| 3 |
+
transformers==4.39.3
|
| 4 |
+
pytorch==2.1.2
|
| 5 |
+
tokenizers==0.15.2
|