We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa39fec commit 49d96fdCopy full SHA for 49d96fd
README.md
@@ -35,6 +35,7 @@ cmake .. && make -j4
35
# run inference
36
./bin/sam -t 16 -i ../img.jpg -m ../checkpoints/ggml-model-f16.bin
37
```
38
+Note: The optimal threads parameter ("-t") value should be manually selected based on the specific machine running the inference.
39
40
## Downloading and converting the model checkpoints
41
0 commit comments