Instructions to use mlx-community/sam3-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/sam3-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sam3-4bit mlx-community/sam3-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "processor_class": "Sam3Processor", | |
| "image_processor": { | |
| "image_processor_type": "Sam3ImageProcessor", | |
| "size": { | |
| "height": 1008, | |
| "width": 1008 | |
| }, | |
| "image_mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "image_std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "do_resize": true, | |
| "do_normalize": true, | |
| "do_rescale": true, | |
| "rescale_factor": 0.00392156862745098 | |
| }, | |
| "target_size": 1008 | |
| } |