Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.3.1
|
| 3 |
+
transformers==4.41.1
|
| 4 |
+
accelerate==0.30.1
|
| 5 |
+
bitsandbytes==0.43.1
|
| 6 |
+
peft==0.11.1
|
| 7 |
+
gradio
|