Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
bitsandbytes
|
8 |
gradio
|
|
|
1 |
+
# Install torch for your CUDA version (adjust for your Colab environment)
|
2 |
+
torch
|
3 |
+
torchvision --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
einops
|
5 |
+
tensorflow-cpu
|
6 |
+
transformers
|
7 |
+
accelerate
|
8 |
bitsandbytes
|
9 |
gradio
|