Runs On
What it takes to serve ncp-vs-30c (4B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.
| Precision | Weights | Memory needed | Cheapest setup | Per hour | Also fits |
|---|---|---|---|---|---|
| 16-bit | 8.0 GB | 9.7 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 8-bit | 4.0 GB | 4.8 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
| 4-bit | 2.0 GB | 2.4 GB | 1x MI300X (192 GB) Vultr |
$1.85 | 1x H100 $1.99 · 1x MI325X $2.00 |
Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.
Model Card
The publisher has not written a card for this model.
Configuration
- Architecture
- Qwen3ForCausalLM
- Context length (tokens)
- 262,144
- Layers
- 36
- Hidden size
- 2,560
- Feed-forward size
- 9,728
- Attention heads
- 32
- Key/value heads
- 8
- Head dimension
- 128
- Vocabulary size
- 151,936
- Model type
- qwen3
Identity and Version
- Repository
- agurung/ncp-vs-30c
- Publisher
- Alexander Gurung
- Task
- Not stated by the source
- Modality
- Other
- Library
- Not stated by the source
- Parameters
- 4B parameters
- Languages
- Not stated by the source
- Revision
- 66ebfb82308e583f2903ff52ddd08e39ad6a8241
- First published
- 2026-09-18
- Last updated
- 2026-09-18
Files and Weights
8 files, 8.1 GB in total. The weights are 1 file totalling 8.0 GB in safetensors.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| model.safetensors | Weights | 8.0 GB | ddb18a7c3cf1 |
| MERGE_PROVENANCE.json | Configuration | 142 B | — |
| config.json | Configuration | 1.6 KB | — |
| generation_config.json | Configuration | 213 B | — |
| chat_template.jinja | Other | 2.6 KB | — |
| .gitattributes | Repository | 1.6 KB | — |
| tokenizer.json | Tokenizer | 11.4 MB | be75606093db |
| tokenizer_config.json | Tokenizer | 695 B | — |
License and Download
- License
- Not stated by the source
- Access
- Open weights, no gate
- Download size
- 8.0 GB
Released by Alexander Gurung through its official repository on Hugging Face.
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 8.0 GB |
| 16-bit | 8.0 GB |
| 8-bit | 4.0 GB |
| 4-bit | 2.0 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Questions About ncp-vs-30c
How much GPU memory does ncp-vs-30c need?
About 9.7 GB at 16-bit and 2.4 GB at 4-bit: the weights (4B parameters) plus a working margin. A long context needs more.
What is the cheapest GPU to run ncp-vs-30c on?
At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.
What is ncp-vs-30c's context length?
262,144 tokens, from the maximum position embeddings in its published configuration.