SemanticWiki Coder 7B v2 โ€” GGUF Q4_K_M

What?

This is the GGUF Q4_K_M quantization of GhostScientist/semanticwiki-coder-7b-v2-merged. It is intended for llama.cpp-compatible tools, including local desktop applications and browser-based interfaces backed by a local llama.cpp server.

The quantized file is approximately 4.46 GB. The original merged F16 GGUF is approximately 15.2 GB and was used as the quantization input.

Why?

GGUF is a convenient distribution format for local inference because it keeps model tensors and runtime metadata together and is supported by llama.cpp. Q4_K_M is a practical quality/size compromise for consumer hardware.

GGUF is a model format, not automatically an in-browser runtime. The most reliable browser workflow is to run llama-server locally and open its WebUI. Direct WebGPU/WebAssembly browser loading is a separate compatibility path and depends on the browser, device memory, and runtime build.

Quick start with llama.cpp

hf download GhostScientist/semanticwiki-coder-7b-v2-gguf \
  --include '*.gguf' \
  --local-dir ./semanticwiki-coder-7b-v2-gguf

llama-server \
  -m ./semanticwiki-coder-7b-v2-gguf/semanticwiki-coder-7b-v2-q4_k_m.gguf \
  -c 8192

Open the local URL printed by llama-server.

For a command-line smoke test:

llama-cli \
  -m ./semanticwiki-coder-7b-v2-gguf/semanticwiki-coder-7b-v2-q4_k_m.gguf \
  -p '<START_OF_CONTEXT>\nclass Greeter:\n    def hello(self):\n        return "hello"\n<END_OF_CONTEXT>\n\n<query>\nExplain this code.\n</query>' \
  -n 256

Provenance

Limitations

  • Generated documentation can be incorrect, incomplete, or poorly cited.
  • Review generated source references against the repository being documented.
  • This model is not a security auditor.
  • Do not place secrets or private source code into an untrusted application.
  • Browser support depends on the runtime and available device memory.

License

The base model is distributed under Apache-2.0. Review the upstream model card and applicable terms before redistribution or commercial use.

Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for GhostScientist/semanticwiki-coder-7b-v2-gguf