andreribeiro87/Qwen3.5-35B-A3B-telco-tracka-GGUF
082
Qwen3.5-35B-A3B — Telco Track A GGUF
GGUF quantizations of a distilled Qwen3.5-35B-A3B fine-tuned on 5G NR drive-test troubleshooting trajectories (Zindi Telco Troubleshooting Agentic Challenge — Track A).
The LoRA adapter was merged into the base weights before quantization.
Files
Model Details
How to Run (llama.cpp)
# Q4_K_M — ~24 GB VRAM or RAM
llama-cli -m Qwen3.5-35B-A3B.Q4_K_M.gguf \
--chat-template qwen3 \
-p "You are a 5G NR troubleshooting expert..." \
-n 512
# Q5_K_M
llama-cli -m Qwen3.5-35B-A3B.Q5_K_M.gguf \
--chat-template qwen3 \
-n 512LoRA Adapter
The raw LoRA adapter (without merging) is available at: andreribeiro87/Qwen3.5-35B-A3B-telco-tracka-lora
