Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch
|
2 |
torchvision
|
|
|
3 |
transformers
|
4 |
safetensors
|
5 |
gradio
|
6 |
Pillow
|
7 |
huggingface_hub
|
8 |
accelerate
|
9 |
-
bitsandbytes
|
10 |
-
torchao
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
torchao
|
4 |
transformers
|
5 |
safetensors
|
6 |
gradio
|
7 |
Pillow
|
8 |
huggingface_hub
|
9 |
accelerate
|
10 |
+
bitsandbytes
|
|