Skip to content

Commit bd386c4

Browse files
committed
fix nav
1 parent fdd376c commit bd386c4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/.nav.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ nav:
1919
- Qwen3:
2020
- key-models/qwen3/index.md
2121
- FP8 Example: key-models/qwen3/fp8-example.md
22+
- Qwen3.5:
23+
- key-models/qwen3.5/index.md
24+
- NVFP4A16 VL Example: key-models/qwen3.5/nvfp4-vl-example.md
25+
- NVFP4 MoE Example: key-models/qwen3.5/nvfp4-moe-example.md
2226
- Kimi-K2:
2327
- key-models/kimi-k2/index.md
2428
- FP8 Example: key-models/kimi-k2/fp8-example.md

docs/key-models/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Key Models
22

3-
The following models are among the most commonly used with LLM Compressor: Llama 4, Qwen3, Kimi-K2, and Mistral Large 3. Each model page contains quantization examples with tested configurations and recommended parameters.
3+
The following models are among the most commonly used with LLM Compressor: Llama 4, Qwen3, Qwen3.5, Kimi-K2, and Mistral Large 3. Each model page contains quantization examples with tested configurations and recommended parameters.
44

55
<div class="grid cards" markdown>
66

@@ -20,6 +20,14 @@ The following models are among the most commonly used with LLM Compressor: Llama
2020

2121
[:octicons-arrow-right-24: Qwen3](qwen3/index.md)
2222

23+
- **Qwen3.5**
24+
25+
---
26+
27+
Qwen3.5 dense vision-language and sparse MoE models.
28+
29+
[:octicons-arrow-right-24: Qwen3.5](qwen3.5/index.md)
30+
2331
- **Kimi-K2**
2432

2533
---

0 commit comments

Comments
 (0)