Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
transformers==4.37.2
|
| 3 |
+
gradio
|
| 4 |
+
pillow
|
| 5 |
+
einops
|
| 6 |
+
flash-attn
|
| 7 |
+
git+https://github.com/SHI-Labs/CuMo.git
|