-
-
Notifications
You must be signed in to change notification settings - Fork 35
feat(catalog): Gemma 4 E4B/E2B uncensored GGUF models (#1836) #1837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,54 @@ | ||||||||||||||
| id: gemma-4-e2b-uncensored-gguf | ||||||||||||||
| name: Gemma 4 E2B Uncensored (GGUF) | ||||||||||||||
| type: model | ||||||||||||||
| version: 4.0.0 | ||||||||||||||
| description: "Google Gemma 4 E2B (~5B raw / 2.3B effective via PLE), abliterated/uncensored GGUF (no refusals, original Google behaviour). Natively multimodal: text, image, video and audio in one model (mmproj needed for vision/audio). CPU/llama.cpp + Ollama path only; does NOT run on the Hailo NPU." | ||||||||||||||
| homepage: https://huggingface.co/mradermacher/gemma-4-E2B-it-uncensored-GGUF | ||||||||||||||
| license: "Gemma Terms of Use" | ||||||||||||||
| capabilities: [chat, tool-calling, vision, audio] | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Reply with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Remove multimodal capabilities until the The manifests claim
🛠️ Proposed fix (apply to both files)-capabilities: [chat, tool-calling, vision, audio]
+capabilities: [chat, tool-calling]📝 Committable suggestion
Suggested change
📍 Affects 2 files
🤖 Prompt for AI Agents |
||||||||||||||
| context_window: 131072 | ||||||||||||||
|
|
||||||||||||||
| variants: | ||||||||||||||
| - id: q4_k_m | ||||||||||||||
| name: "Q4_K_M GGUF (3.4GB)" | ||||||||||||||
| format: gguf | ||||||||||||||
| size_mb: 3512 | ||||||||||||||
| download_url: https://huggingface.co/mradermacher/gemma-4-E2B-it-uncensored-GGUF/resolve/main/gemma-4-E2B-it-uncensored.Q4_K_M.gguf | ||||||||||||||
| # TODO: sha256 not yet resolved (xet-backed repo, no LFS pointer). Fill in before release. | ||||||||||||||
| sha256: '' | ||||||||||||||
| requires: | ||||||||||||||
| backends: | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Reply with |
||||||||||||||
| - id: ollama | ||||||||||||||
| targets: [apple-silicon, x86-cuda, x86-vulkan, arm-vulkan, cpu] | ||||||||||||||
| min_ram_mb: 4096 | ||||||||||||||
| - id: llama-cpp | ||||||||||||||
| targets: [x86-vulkan, arm-vulkan, cpu] | ||||||||||||||
| min_ram_mb: 4096 | ||||||||||||||
|
Comment on lines
+24
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Restore missing The
🛠️ Proposed fix (apply to all 4 locations) - id: llama-cpp
- targets: [x86-vulkan, arm-vulkan, cpu]
+ targets: [apple-silicon, x86-cuda, x86-vulkan, arm-vulkan, cpu]📝 Committable suggestion
Suggested change
📍 Affects 2 files
🤖 Prompt for AI Agents |
||||||||||||||
|
|
||||||||||||||
| - id: q3_k_m | ||||||||||||||
| name: "Q3_K_M GGUF (3.2GB)" | ||||||||||||||
| format: gguf | ||||||||||||||
| size_mb: 3277 | ||||||||||||||
| download_url: https://huggingface.co/mradermacher/gemma-4-E2B-it-uncensored-GGUF/resolve/main/gemma-4-E2B-it-uncensored.Q3_K_M.gguf | ||||||||||||||
| # TODO: sha256 not yet resolved (xet-backed repo, no LFS pointer). Fill in before release. | ||||||||||||||
| sha256: '' | ||||||||||||||
| requires: | ||||||||||||||
| backends: | ||||||||||||||
| - id: ollama | ||||||||||||||
| targets: [apple-silicon, x86-cuda, x86-vulkan, arm-vulkan, cpu] | ||||||||||||||
| min_ram_mb: 4096 | ||||||||||||||
| - id: llama-cpp | ||||||||||||||
| targets: [x86-vulkan, arm-vulkan, cpu] | ||||||||||||||
| min_ram_mb: 4096 | ||||||||||||||
|
|
||||||||||||||
| hardware_tiers: | ||||||||||||||
| arm-npu-16gb: {recommended: q4_k_m} | ||||||||||||||
| arm-npu-32gb: {recommended: q4_k_m} | ||||||||||||||
| apple-silicon: {recommended: q4_k_m} | ||||||||||||||
| x86-cuda-12gb: {recommended: q4_k_m} | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SUGGESTION: The E2B manifest's Reply with |
||||||||||||||
| x86-vulkan-8gb: {recommended: q4_k_m} | ||||||||||||||
| x86-vulkan-16gb: {recommended: q4_k_m} | ||||||||||||||
| cpu-only: {recommended: q3_k_m} | ||||||||||||||
| arm-npu-4gb: {recommended: q3_k_m} | ||||||||||||||
| x86-cuda-4gb: {recommended: q3_k_m} | ||||||||||||||
| x86-vulkan-4gb: {recommended: q3_k_m} | ||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| id: gemma-4-e4b-uncensored-gguf | ||
| name: Gemma 4 E4B Uncensored (GGUF) | ||
| type: model | ||
| version: 4.0.0 | ||
| description: "Google Gemma 4 E4B (~7.5B raw / 4B effective via PLE), abliterated/uncensored GGUF (no refusals, original Google behaviour). Natively multimodal: text, image, video and audio in one model (mmproj needed for vision/audio). CPU/llama.cpp + Ollama path only; does NOT run on the Hailo NPU." | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Reply with |
||
| homepage: https://huggingface.co/mradermacher/gemma-4-E4B-it-uncensored-GGUF | ||
| license: "Gemma Terms of Use" | ||
| capabilities: [chat, tool-calling, vision, audio] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Reply with |
||
| context_window: 131072 | ||
|
|
||
| variants: | ||
| - id: q4_k_m | ||
| name: "Q4_K_M GGUF (5.3GB)" | ||
| format: gguf | ||
| size_mb: 5470 | ||
| download_url: https://huggingface.co/mradermacher/gemma-4-E4B-it-uncensored-GGUF/resolve/main/gemma-4-E4B-it-uncensored.Q4_K_M.gguf | ||
| # TODO: sha256 not yet resolved (xet-backed repo, no LFS pointer). Fill in before release. | ||
| sha256: '' | ||
| requires: | ||
| backends: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Reply with |
||
| - id: ollama | ||
| targets: [apple-silicon, x86-cuda, x86-vulkan, arm-vulkan, cpu] | ||
| min_ram_mb: 6144 | ||
| - id: llama-cpp | ||
| targets: [x86-vulkan, arm-vulkan, cpu] | ||
| min_ram_mb: 6144 | ||
|
|
||
| - id: q3_k_m | ||
| name: "Q3_K_M GGUF (4.9GB)" | ||
| format: gguf | ||
| size_mb: 4966 | ||
| download_url: https://huggingface.co/mradermacher/gemma-4-E4B-it-uncensored-GGUF/resolve/main/gemma-4-E4B-it-uncensored.Q3_K_M.gguf | ||
| # TODO: sha256 not yet resolved (xet-backed repo, no LFS pointer). Fill in before release. | ||
| sha256: '' | ||
| requires: | ||
| backends: | ||
| - id: ollama | ||
| targets: [apple-silicon, x86-cuda, x86-vulkan, arm-vulkan, cpu] | ||
| min_ram_mb: 6144 | ||
| - id: llama-cpp | ||
| targets: [x86-vulkan, arm-vulkan, cpu] | ||
| min_ram_mb: 6144 | ||
|
|
||
| hardware_tiers: | ||
| arm-npu-16gb: {recommended: q4_k_m} | ||
| arm-npu-32gb: {recommended: q4_k_m} | ||
| apple-silicon: {recommended: q4_k_m} | ||
| x86-cuda-12gb: {recommended: q4_k_m} | ||
| x86-vulkan-8gb: {recommended: q4_k_m} | ||
| x86-vulkan-16gb: {recommended: q4_k_m} | ||
| cpu-only: {recommended: q3_k_m} | ||
| arm-npu-6gb: {recommended: q3_k_m} | ||
| x86-cuda-6gb: {recommended: q3_k_m} | ||
| x86-vulkan-6gb: {recommended: q3_k_m} | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING:
context_window: 131072differs from the sibling Gemma 4 GGUF manifests (which use32768). Gemma 4 E2B/E4B base context is 32K (with 128K window available via rope scaling in some builds). Confirm the 128K value is valid for these specific mradermacher GGUF uploads; if wrong, this can cause oversized KV-cache allocation/oom. The non-uncensoredgemma-4-e2b-ggufuses 32768, so this inconsistency should be reconciled.Reply with
@kilocode-bot fix itto have Kilo Code address this issue.