How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf vsan/tiny-pickle-v3-coder-GGUF:Q4_K_M
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default vsan/tiny-pickle-v3-coder-GGUF:Q4_K_M
Run Hermes
hermes
Quick Links

Tiny Pickle v3 Coder โ€” GGUF

Quantized GGUF releases of Tiny Pickle v3 Coder.

Tiny Pickle v3 Coder was produced by fine-tuning 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.

Files

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

Q8_0 retains greater numerical fidelity but requires more storage and memory. Q4_K_M is smaller and more practical for local inference.

Run with llama.cpp

llama-cli \
  -m tiny-pickle-v3-coder-q4_k_m.gguf \
  -ngl 99 \
  -c 8192 \
  -p "Write a robust Python LRU cache with unit tests."

Intended use

  • Code generation
  • Debugging
  • Code review
  • Implementation planning
  • Test generation
  • Software-engineering assistance

Limitations

Tiny Pickle v3 Coder is experimental and has not yet been proven superior to its base model on independent benchmarks. Quantization may reduce model quality. Generated code can be incorrect, insecure, incomplete, or non-functional and must be reviewed and tested.

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

4-bit

8-bit

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

Model tree for vsan/tiny-pickle-v3-coder-GGUF

Quantized
(157)
this model