CoolFace
Modelpublic

schoggie/Qwen3.6-35B-A3B-java-v1-GGUF

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes171downloads
Model Card

Qwen3.6-35B-A3B-java-v1 — GGUF quants

GGUF quantizations of `schoggie/Qwen3.6-35B-A3B-java-v1` — a QLoRA fine-tune of Qwen/Qwen3.6-35B-A3B for agentic Java coding and long-context recall.

See the parent model card for training details, evaluation, and intended use.

Quants

FileSizeRecommended hardwareNotes
qwen36-a3b-java-v1.BF16.gguf65 GBre-quantization sourceLossless reference, use to make new quant types
qwen36-a3b-java-v1.Q8_0.gguf35 GB48 GB+ GPUNear-lossless
`qwen36-a3b-java-v1.Q6_K.gguf`27 GB2× 16 GB GPU (production deploy)Recommended — used by maintainer at 200 K context on dual V100
qwen36-a3b-java-v1.Q5_K_M.gguf24 GB32 GB GPU
qwen36-a3b-java-v1.Q4_K_M.gguf20 GB24 GB single GPUimatrix-tuned
qwen36-a3b-java-v1.Q3_K_M.gguf16 GB20 GB GPUimatrix-tuned
qwen36-a3b-java-v1.IQ2_M.gguf11 GB16 GB consumer GPUimatrix-tuned, useful floor

The qwen36-a3b-java-v1.imatrix.dat (192 MB) and calibration_java.txt (Java-domain calibration corpus used to generate the importance matrix) are included for reproducibility / re-quantization with different bit widths.

Usage

llama.cpp server

bash
llama-server -m qwen36-a3b-java-v1.Q6_K.gguf \
  --host 0.0.0.0 --port 8080 \
  -ngl 99 -c 32768 --jinja -fa on -fit off

Ollama

bash
ollama create qwen36-a3b-java-v1 -f Modelfile   # FROM ./qwen36-a3b-java-v1.Q6_K.gguf
ollama run qwen36-a3b-java-v1

LM Studio

Drop the .gguf into your models directory and load via the UI.

Note on llama.cpp loader. Stock upstream llama.cpp has known loader bugs on the Qwen3.6-A3B GGUF metadata path. Use the unsloth-maintained fork until the upstream patch lands.

License

Inherits the Qwen Research License from the base model.