Views
No views yet
Qwen/Qwen3-Coder-30B-A3B-Instruct with the LoRA adapter published at
vsan/tiny-pickle-v3-coder-LoRA, then merging and converting the resulting model with
llama.cpp.| File | Quantization | Approximate size |
|---|---|---|
tiny-pickle-v3-coder-q8_0.gguf | Q8_0 | 31G |
tiny-pickle-v3-coder-q4_k_m.gguf | Q4_K_M | 18G |
1llama-cli \
2 -m tiny-pickle-v3-coder-q4_k_m.gguf \
3 -ngl 99 \
4 -c 8192 \
5 -p "Write a robust Python LRU cache with unit tests."