kingjones777 commited on
Commit
c4fa022
·
verified ·
1 Parent(s): 4adbf3c

card: lead with compatibility warning + headline throughput; add search tags

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -3,6 +3,10 @@ license: mit
3
  base_model: inclusionAI/Ling-3.0-tiny
4
  base_model_relation: quantized
5
  tags:
 
 
 
 
6
  - gguf
7
  - llama.cpp
8
  - rocm
@@ -15,6 +19,14 @@ language:
15
  - en
16
  pipeline_tag: text-generation
17
  ---
 
 
 
 
 
 
 
 
18
 
19
  ## ✅ The patch you need is in this repo
20
 
 
3
  base_model: inclusionAI/Ling-3.0-tiny
4
  base_model_relation: quantized
5
  tags:
6
+ - rocmfpx
7
+ - ai-max-395
8
+ - ryzen-ai-max-395
9
+ - amd
10
  - gguf
11
  - llama.cpp
12
  - rocm
 
19
  - en
20
  pipeline_tag: text-generation
21
  ---
22
+ > ### ⚠️ STOCK `llama.cpp` WILL NOT LOAD THIS MODEL
23
+ > `bailingmoe3` is not merged upstream, and Ling-3.0-**tiny** additionally needs the
24
+ > **Q-LoRA** attention path (`q_lora_rank: 256`) that flash-era builds lack. Ignore the
25
+ > auto-generated "Use this model" commands above — use the patch in `patches/`.
26
+ >
27
+ > 🚀 **101.08 tok/s** on AMD Ryzen AI MAX+ 395 (gfx1151 / Strix Halo) —
28
+ > **4.30 GiB**, smaller than Q4_K_M (4.49 GiB). Verified on two independent machines.
29
+
30
 
31
  ## ✅ The patch you need is in this repo
32