peterproofpath commited on
Commit
1169aff
·
verified ·
1 Parent(s): 9261b0b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  # SAM 3 Inference Endpoint Requirements
2
- # IMPORTANT: torch and torchvision must be compatible versions
3
- # The HF container has torchvision 0.20.1 which requires torch 2.5.1
4
- # Don't upgrade torch without matching torchvision upgrade
5
- transformers>=4.48.0
6
  accelerate>=0.25.0
7
  Pillow>=9.0.0
8
  requests>=2.28.0
 
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