GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

bluevoid-pl/zeta2-GGUF overview

Zeta 2 GUFF This is direct GUFF of zed industries/zeta 2 https://huggingface.co/zed industries/zeta 2 . Quantizations prefixed with I in this repo do not use a…

transformersgguftext-generation-inferenceedit-predictionnext-edit-suggestionenbase_model:zed-industries/zeta-2base_model:quantized:zed-industries/zeta-2license:apache-2.0endpoints_compatibleregion:us

Runs locally from ~290.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
152
Likes
0
Pipeline

Repository Files & Downloads

16 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
zeta2-BF16.ggufGGUFBF1615.37 GBDownload
zeta2-F16.ggufGGUFF1615.37 GBDownload
zeta2-IQ2_M.ggufGGUFIQ2_M290.4 MBDownload
zeta2-IQ3_XXS.ggufGGUFIQ3_XXS340.8 MBDownload
zeta2-IQ4_NL.ggufGGUFIQ4_NL4.52 GBDownload
zeta2-IQ4_XS.ggufGGUFIQ4_XS4.31 GBDownload
zeta2-Q3_K_M.ggufGGUFQ3_K_M3.87 GBDownload
zeta2-Q3_K_S.ggufGGUFQ3_K_S3.56 GBDownload
zeta2-Q4_0.ggufGGUFQ4_04.48 GBDownload
zeta2-Q4_1.ggufGGUFQ4_14.92 GBDownload
zeta2-Q4_K_M.ggufGGUFQ4_K_M4.73 GBDownload
zeta2-Q4_K_S.ggufGGUFQ4_K_S4.52 GBDownload
zeta2-Q5_K_M.ggufGGUFQ5_K_M5.50 GBDownload
zeta2-Q5_K_S.ggufGGUFQ5_K_S5.32 GBDownload
zeta2-Q6_K.ggufGGUFQ6_K6.31 GBDownload
zeta2-Q8_0.ggufGGUFQ8_08.17 GBDownload

Model Details

Model IDbluevoid-pl/zeta2-GGUF
Authorbluevoid-pl
Pipeline
Licenseapache-2.0
Base modelzed-industries/zeta-2
Last modified2026-08-14T20:47:37.000Z

Model README

---

base_model: zed-industries/zeta-2

tags:

  • text-generation-inference
  • transformers
  • edit-prediction
  • next-edit-suggestion

license: apache-2.0

language:

  • en

---

Zeta 2 GUFF

This is direct GUFF of zed-industries/zeta-2.

Quantizations prefixed with I in this repo do not use an "importance matrix", so the quality of those models might be limited.

Zeta 2 is a code edit prediction (also known as next-edit suggestion) model finetuned from ByteDance-Seed/Seed-Coder-8B-Base.

Given code context, edits history and an editable region around the cursor, it predicts the rewritten content for that region.

Zed Editor + Llama.cpp

This guide assumes that you will use GPU and it has enough vram to load model in full.

I wasn’t able to get significantly better predictions from this model compared with the previous Zeta model, so quality may vary.

  1. install llama.cpp (preferably with GPU acceleration)
  2. Download model manually (optionally you can use -hf option in later commands to load model from HuggingFace)
  3. run model to check if it works:

```sh

llama-cli -m model.guff

```

  1. start Llama.cpp server:

```sh

llama-server -m zeta2-Q4_K_M.gguf --port 13377 --ctx-size 4096 --jinja -ngl 100 --host 0.0.0.0 --api-key "APIKEY"

```

| Attribute | Explenation |

| --- | --- |

| -m zeta2-Q4_K_M.gguf | Loads the model from file |

| --port 13377 | Makes the server listen on port 13377 instead of the default 8080. |

| --ctx-size 4096 | Sets the context window size to 4096 tokens. |

| --jinja | Use embeded jijna template insted of default |

| -ngl 100 | Offloads up to 100 layers to the GPU, if supported. |

| --host 0.0.0.0 | Binds the server to all network interfaces, so it can accept connections from other machines on your network, not just localhost. |

| --api-key "APIKEY" | Zed requires some key to be set |

  1. Open Zed Editor Settings(GUI), and choose AI. Under Edit Predictions, Click Configure.
  2. Scroll down to section OpenAI compatible api
  3. Set api key to APIKEY !!! Press Enter !!!, this step is not optional even if you use only localhost( at the time of writing of this guide )
  4. Set api url to http://localhost:13378/v1/completions !!! Press Enter !!!
  5. Set model to zeta2-Q4_K_M.gguf !!! Press Enter !!!
  6. (optional) set max output tokens to 256
  7. scroll up
  8. Set Provider to OpenAI cpmatible api
  9. Restart zed
  10. Completions should work now. (quality may vary)

~~Zed Editor + Ollama mini-guide~~ Ollama support seams to not be the beast at the moment I recomend using llama.cpp

  1. Pull model ( This example will use qwant Q4_K_M, you can use diffrent qwant if you want )

```sh

ollama pull hf.co/bluevoid-pl/zeta2-GUFF:Q4_K_M

```

  1. Configure Zed Editor

1. Open Settings(GUI), and choose AI. Under Edit Predictions, Click Configure.

3. Scroll down

4. Confirm the host URL is: http://localhost:11434 <-- If you changed default this need to be modified

5. Set Model to bluevoid-pl/zeta2-GUFF:Q4_K_M <-- Same qwant as before

6. Scroll to top

7. Set Provider to Ollama

If you have any proposals/recommendations leave them in community discussions.

Info
  • Developed by: Zed Industries
  • License: Apache-2.0
  • Fine-tuned from: ByteDance-Seed/Seed-Coder-8B-Base
  • Model version: 0225-s3-seed

Run bluevoid-pl/zeta2-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models