Radamanthys11 commited on
Commit
f2f8075
·
verified ·
1 Parent(s): 97daa52

Link source DFlash model

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - gguf
4
  - dflash
@@ -11,6 +12,8 @@ pipeline_tag: text-generation
11
 
12
  GGUF made to use in [ikawrakow/ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp), currently for PR [#1970](https://github.com/ikawrakow/ik_llama.cpp/pull/1970). The small quantizations delivered here are made for test purposes; feel free to create your own quantization.
13
 
 
 
14
  ## Compatible target model
15
 
16
  - `Qwen3.6-35B-A3B-UD-Q4_K_M.gguf`
 
1
  ---
2
+ base_model: z-lab/Qwen3.6-35B-A3B-DFlash
3
  tags:
4
  - gguf
5
  - dflash
 
12
 
13
  GGUF made to use in [ikawrakow/ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp), currently for PR [#1970](https://github.com/ikawrakow/ik_llama.cpp/pull/1970). The small quantizations delivered here are made for test purposes; feel free to create your own quantization.
14
 
15
+ Derived from the safetensors DFlash draft model [z-lab/Qwen3.6-35B-A3B-DFlash](https://huggingface.co/z-lab/Qwen3.6-35B-A3B-DFlash).
16
+
17
  ## Compatible target model
18
 
19
  - `Qwen3.6-35B-A3B-UD-Q4_K_M.gguf`