peterproofpath commited on
Commit
75abcf4
·
verified ·
1 Parent(s): b7720c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # SAM 3 Inference Endpoint Requirements
2
- # Using official sam3 package from Meta (pip install sam3)
3
- # https://pypi.org/project/sam3/
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