Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# SAM 3 Inference Endpoint Requirements
|
| 2 |
-
#
|
| 3 |
-
#
|
| 4 |
-
sam3
|
| 5 |
accelerate>=0.25.0
|
| 6 |
Pillow>=9.0.0
|
| 7 |
requests>=2.28.0
|
|
|
|
| 1 |
# SAM 3 Inference Endpoint Requirements
|
| 2 |
+
# Installing from GitHub to include all assets (BPE vocab file)
|
| 3 |
+
# PyPI package is missing the assets folder
|
| 4 |
+
sam3 @ git+https://github.com/facebookresearch/sam3.git
|
| 5 |
accelerate>=0.25.0
|
| 6 |
Pillow>=9.0.0
|
| 7 |
requests>=2.28.0
|