axiomofmind commited on
Commit
10fc11f
·
verified ·
1 Parent(s): 054ba07

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: axiomofmind/Qwen3.8-Flash-Next-W4A16-NVFP4
3
+ pipeline_tag: image-text-to-text
4
+ license: other
5
+ license_name: qwen-community-1.0
6
+ license_link: https://huggingface.co/Qwen/Qwen3.8-Flash-Next/blob/main/LICENSE
7
+ tags:
8
+ - gguf
9
+ - qwen
10
+ - qwen4exp
11
+ - nvfp4
12
+ - modelopt
13
+ - moe
14
+ - vision-language
15
+ ---
16
+
17
+ # Qwen3.8-Flash-Next W4A16 NVFP4 GGUF
18
+
19
+ GGUF conversion of
20
+ [`axiomofmind/Qwen3.8-Flash-Next-W4A16-NVFP4`](https://huggingface.co/axiomofmind/Qwen3.8-Flash-Next-W4A16-NVFP4),
21
+ based on [`Qwen/Qwen3.8-Flash-Next`](https://huggingface.co/Qwen/Qwen3.8-Flash-Next).
22
+
23
+ The routed-expert weights use W4A16 NVFP4. Attention, shared experts,
24
+ routers, embeddings, PLE, and other retained tensors remain in BF16 or F32.
25
+
26
+ ## Files
27
+
28
+ | File | Description | Size |
29
+ | --- | --- | ---: |
30
+ | `Qwen3.8-Flash-Next-W4A16-NVFP4-BF16attn-PLE-noMTP.gguf` | Main text model | 180.4 GB |
31
+ | `mmproj-Qwen3.8-Flash-Next-BF16.gguf` | BF16 vision projector | 907.5 MB |
32
+
33
+ The vision projector is required for image inputs. It is not required for
34
+ text-only use.
35
+
36
+ This GGUF does not include MTP weights.
37
+
38
+ ## Requirements
39
+
40
+ A llama.cpp build with Qwen4Exp and NVFP4 GGUF support is required.
41
+
42
+ For multimodal use, load the main model together with the included `mmproj`
43
+ file.
44
+
45
+ ## License
46
+
47
+ This model is distributed under the
48
+ [Qwen Community License 1.0](https://huggingface.co/Qwen/Qwen3.8-Flash-Next/blob/main/LICENSE).
49
+ Refer to the [official model card](https://huggingface.co/Qwen/Qwen3.8-Flash-Next)
50
+ for architecture details, usage guidance, and limitations.