schoggie/Qwen3.6-35B-A3B-java-v1-GGUF
0171
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
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
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 offOllama
ollama create qwen36-a3b-java-v1 -f Modelfile # FROM ./qwen36-a3b-java-v1.Q6_K.gguf
ollama run qwen36-a3b-java-v1LM 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.
