Instructions to use manak0/sam3-5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use manak0/sam3-5bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sam3-5bit manak0/sam3-5bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 436 Bytes
5b7fcdb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"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
} |