Swiss-guy commited on
Commit
d1f61d6
·
verified ·
1 Parent(s): 1ef6e47

Link verified FP8 NVFP4 GPTQ and GGUF releases

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -141,6 +141,13 @@ For low-latency direct answers, set `enable_thinking=False`. For reasoning-inten
141
 
142
  The exact direction bank and build provenance are included for internal reproducibility.
143
 
 
 
 
 
 
 
 
144
  ## Roadmap
145
 
146
  SwissNeuron is the base release in a broader model series. Planned follow-ups include:
 
141
 
142
  The exact direction bank and build provenance are included for internal reproducibility.
143
 
144
+ ## Quantized releases
145
+
146
+ - [FP8 Dynamic](https://huggingface.co/SwissNeuron/Qwen3.8-27B-SwissNeuron-Derisked-FP8) — W8A8 compressed-tensors, verified Transformers generation
147
+ - [NVFP4](https://huggingface.co/SwissNeuron/Qwen3.8-27B-SwissNeuron-Derisked-NVFP4) — ModelOpt W4A4 for NVIDIA Blackwell, verified on B300/SGLang
148
+ - [GPTQ INT4](https://huggingface.co/SwissNeuron/Qwen3.8-27B-SwissNeuron-Derisked-GPTQ-INT4) — W4A16 group-size 128, verified Transformers generation
149
+ - [GGUF](https://huggingface.co/SwissNeuron/Qwen3.8-27B-SwissNeuron-Derisked-GGUF) — native BF16, Q8_0, Q6_K, Q5_K_M, Q4_K_M, BF16 vision mmproj, and BF16 MTP draft; LM Studio and Ollama compatible
150
+
151
  ## Roadmap
152
 
153
  SwissNeuron is the base release in a broader model series. Planned follow-ups include: