Update requirements.txt
Browse files- requirements.txt +11 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
transformers>=4.
|
| 3 |
torch>=2.2.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.34
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
torch>=2.2.0
|
| 4 |
+
accelerate
|
| 5 |
+
safetensors
|
| 6 |
+
timm
|
| 7 |
+
einops
|
| 8 |
+
ftfy
|
| 9 |
+
huggingface-hub
|
| 10 |
+
Pillow
|
| 11 |
+
# install official repo (ensures any package names used by remote code are present)
|
| 12 |
+
git+https://github.com/apple/ml-fastvlm.git
|