Skip to content

Commit 6984bdd

Browse files
committed
format 8_0 load
1 parent 8205914 commit 6984bdd

File tree

1 file changed

+3
-1
lines changed
  • candle-examples/examples/quantized-qwen3

1 file changed

+3
-1
lines changed

candle-examples/examples/quantized-qwen3/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ impl Args {
125125
None => {
126126
let (repo, filename, revision) = match self.which {
127127
Which::W3_0_6b => ("unsloth/Qwen3-0.6B-GGUF", "Qwen3-0.6B-Q4_K_M.gguf", "main"),
128-
Which::W3_0_6b8_0 => ("unsloth/Qwen3-0.6B-GGUF", "Qwen3-0.6B-Q8_0.gguf", "main"),
128+
Which::W3_0_6b8_0 => {
129+
("unsloth/Qwen3-0.6B-GGUF", "Qwen3-0.6B-Q8_0.gguf", "main")
130+
},
129131
Which::W3_1_7b => ("unsloth/Qwen3-1.7B-GGUF", "Qwen3-1.7B-Q4_K_M.gguf", "main"),
130132
Which::W3_4b => ("unsloth/Qwen3-4B-GGUF", "Qwen3-4B-Q4_K_M.gguf", "main"),
131133
Which::W3_8b => ("unsloth/Qwen3-8B-GGUF", "Qwen3-8B-Q4_K_M.gguf", "main"),

0 commit comments

Comments
 (0)