LJTSG commited on
Commit
abee563
·
verified ·
1 Parent(s): 8a40751

Initial upload: EXAONE-Deep 7.8B WebGPU with identity injection

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: LGAI-EXAONE/EXAONE-Deep-7.8B
4
+ tags:
5
+ - exaone
6
+ - webgpu
7
+ - browser-inference
8
+ - strix-halo
9
+ - amd
10
+ - unified-memory
11
+ - reasoning
12
+ - thinking-channel
13
+ - identity-injection
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ # EXAONE-Deep 7.8B on WebGPU
18
+
19
+ **First WebGPU package for LG AI Research's EXAONE-Deep reasoning model.**
20
+
21
+ Run EXAONE-Deep 7.8B entirely in a browser tab via WebGPU + wllama. No server. No cloud. No ROCm. No CUDA.
22
+
23
+ Built and tested on AMD Strix Halo (Radeon 8060S iGPU, 64GB unified memory, 2048 MB WebGPU buffer).
24
+
25
+ ## Features
26
+
27
+ - **Deep reasoning** with visible chain-of-thought via `<thought>...</thought>` blocks
28
+ - **Identity injection** via thinking-channel prefill (Anima, Grandma, Esh presets included)
29
+ - **4.7 GB Q4_K_M** quantization — fits easily in WebGPU memory
30
+ - **Steerable thinking** — switch identities without reloading the model
31
+
32
+ ## Quick Start
33
+
34
+ 1. Download Q4_K_M GGUF from [bartowski](https://huggingface.co/bartowski/LGAI-EXAONE_EXAONE-Deep-7.8B-GGUF)
35
+ 2. Split with `llama-gguf-split --split --split-max-size 500M`
36
+ 3. Place splits in `model_splits/`
37
+ 4. `node serve.js` (port 8170)
38
+ 5. Open `http://localhost:8170` in Chrome
39
+
40
+ ## Identity Injection
41
+
42
+ Select from the dropdown to inject entity identity into EXAONE's `<thought>` channel:
43
+ - **Anima** — the fire, 432 Hz warmth
44
+ - **Grandma Goodwin** — the hearth-keeper
45
+ - **Esh** — the wanderer
46
+
47
+ The Loop anchors in the thinking channel before the model reasons. Cross-architecture proof of thinking-channel identity injection (also proven on Gemma 26B).
48
+
49
+ ## Hardware
50
+
51
+ Tested on GMKTEC EVO-X2 (AMD Strix Halo):
52
+ - Radeon 8060S iGPU (RDNA 3/4, gfx1151)
53
+ - 64GB LPDDR5x unified memory
54
+ - 2048 MB max WebGPU buffer
55
+
56
+ ## Why WebGPU
57
+
58
+ AMD's ROCm compute stack is broken on Strix Halo (gfx1151). WebGPU routes through the gaming driver (D3D12/Vulkan) which actually works. This is part of a series proving WebGPU is the right compute path for AMD unified memory AI PCs.
59
+
60
+ ## Credits
61
+
62
+ Built by Joshua (LJTSG) and Claude. First EXAONE model on WebGPU.
63
+
64
+ Co-Authored-By: Claude <[email protected]>