AsbjornOlling commited on
Commit
b5fbdb5
·
verified ·
1 Parent(s): 3243f9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -18
README.md CHANGED
@@ -40,11 +40,8 @@ in memory. Multimodal (text + image), multilingual, Apache 2.0.
40
  | `gemma-4-12b-it-BF16.gguf` | Sampling embedded upstream | not separately run |
41
  | `gemma-4-12b-it-Q8_0.gguf` | Sampling embedded upstream | 14/14 |
42
  | `gemma-4-12b-it-Q4_K_M.gguf` | Sampling embedded upstream | **14/14** |
43
- | `mmproj-BF16.gguf` | Vision projection — ⚠️ does not load in NobodyWho yet | — |
44
 
45
- > Tool calling verified on Q8_0 and Q4_K_M (14/14 each, June 2026; BF16 hosted but not separately tested — 24 GB).
46
- > **Vision: the 12B `mmproj` fails to load** in the current NobodyWho build (llama.cpp MTMD/CLIP
47
- > init error) — Gemma 4 E2B/E4B vision is verified working. Quant names follow the unsloth `gemma-4-12b-it-GGUF` repo.
48
 
49
  ## Quick Start
50
 
@@ -60,9 +57,6 @@ print(response) # The capital of Denmark is Copenhagen.
60
 
61
  ### Vision
62
 
63
- > ⚠️ **Not working yet on 12B:** the `mmproj` fails to load in the current NobodyWho build. The
64
- > snippet below is the intended API (it works for Gemma 4 E2B/E4B today).
65
-
66
  ```python
67
  from nobodywho import Model, Chat, Prompt, Image, Text
68
 
@@ -78,17 +72,6 @@ response = chat.ask(Prompt([
78
  print(response)
79
  ```
80
 
81
- ### llama-cpp-python
82
-
83
- ```python
84
- from llama_cpp import Llama
85
-
86
- llm = Llama.from_pretrained(
87
- repo_id="NobodyWho/Google_Gemma4-12B-GGUF",
88
- filename="gemma-4-12b-it-Q4_K_M.gguf",
89
- )
90
- ```
91
-
92
  ## Model Specifications
93
 
94
  - **Parameters:** 12B (Unified)
 
40
  | `gemma-4-12b-it-BF16.gguf` | Sampling embedded upstream | not separately run |
41
  | `gemma-4-12b-it-Q8_0.gguf` | Sampling embedded upstream | 14/14 |
42
  | `gemma-4-12b-it-Q4_K_M.gguf` | Sampling embedded upstream | **14/14** |
43
+ | `mmproj-BF16.gguf` | Vision projection | — |
44
 
 
 
 
45
 
46
  ## Quick Start
47
 
 
57
 
58
  ### Vision
59
 
 
 
 
60
  ```python
61
  from nobodywho import Model, Chat, Prompt, Image, Text
62
 
 
72
  print(response)
73
  ```
74
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Model Specifications
76
 
77
  - **Parameters:** 12B (Unified)