Views
No views yet
| Tool | Command |
|---|---|
| llama.cpp | llama-server -hf <MODEL_TAG> |
http://localhost:<PORT>.
| Model ID | Bits/Weight | Model Size | Use This Model | Model Tag |
|---|---|---|---|---|
| GPU-1 | 3.17 | 12.1 GB | Get llama.cpp command | byteshape/North-Mini-Code-1.0-GGUF:North-Mini-Code-1.0-IQ3_S-3.17bpw |
| GPU-2 | 4.14 | 15.8 GB | Get llama.cpp command | byteshape/North-Mini-Code-1.0-GGUF:North-Mini-Code-1.0-IQ4_XS-4.14bpw |
| GPU-3 | 4.27 | 16.3 GB | Get llama.cpp command | byteshape/North-Mini-Code-1.0-GGUF:North-Mini-Code-1.0-IQ4_XS-4.27bpw |
| GPU-4 | 5.64 | 21.5 GB | Get llama.cpp command | byteshape/North-Mini-Code-1.0-GGUF:North-Mini-Code-1.0-IQ4_XS-5.64bpw |
IQ4_XS) are only there to make Hugging Face show our models in the GGUF table. We do not use the conventional quantization profiles as defined in llama.cpp. In our case, these labels indicate the primary quantization approach and average bit length. Note that these models may use a mix of quantization techniques optimized for GPU inference, which is why several models can share the same tag.