Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
| 1 |
transformers>=5.0.0rc0
|
| 2 |
torch>=2.0.0
|
| 3 |
torchvision>=0.15.0
|
| 4 |
Pillow>=9.0.0
|
| 5 |
numpy>=1.21.0
|
| 6 |
accelerate>=0.20.0
|
|
|
|
|
|
| 1 |
+
# Pin transformers to latest 5.0 RC for SAM3 support
|
| 2 |
+
--pre
|
| 3 |
transformers>=5.0.0rc0
|
| 4 |
torch>=2.0.0
|
| 5 |
torchvision>=0.15.0
|
| 6 |
Pillow>=9.0.0
|
| 7 |
numpy>=1.21.0
|
| 8 |
accelerate>=0.20.0
|
| 9 |
+
huggingface_hub>=0.20.0
|