Views
No views yet

Andy-4-0516, this was the date training finished.⚠️ Certification:
Andy‑4 is not yet certified by the Mindcraft developers. Use in production at your own discretion.
Use This Model feature in Huggingface!FROM parameter from YOUR/PATH/HERE to the download location of the gguf file, this has to be exact!ollama create sweaterdog/Andy-4 -f Modelfile If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-4:micro-fp16 or sweaterdog/Andy-4:q2_ksweaterdog/Andy-4 Or whatever you named your model{
"name": "andy-4",
"model": "Sweaterdog/Andy-4",
"embedding": "ollama"
}FROM parameter from YOUR/PATH/HERE To one of the models listed here in the Use This Model tab under ollama, here are the options:
```hf.co/Sweaterdog/Andy-4:Q2_Khf.co/Sweaterdog/Andy-4:Q3_K_M
hf.co/Sweaterdog/Andy-4:Q4_K_M
hf.co/Sweaterdog/Andy-4:Q5_K_M
hf.co/Sweaterdog/Andy-4:Q8_0
hf.co/Sweaterdog/Andy-4:F16ollama create sweaterdog/Andy-4 -f Modelfile If you want multiple models, include a tag afterwards. Example: sweaterdog/Andy-4:micro-fp16 or sweaterdog/Andy-4:q2_ksweaterdog/Andy-4 Or whatever you named your model{
"name": "andy-4",
"model": "Sweaterdog/Andy-4",
"embedding": "ollama"
}bnb-4bit) for inference8192 set as the context window| Quantization | VRAM Required |
|---|---|
| F16 | 16 GB+ |
| Q5_K_M | 8 GB+ |
| Q4_K_M | 6–8 GB |
| Q3_K_M | 6 GB (low) |
| Q2_K | 4–6 GB (ultra low) |
ollama/sweaterdog/andy-4:latest.GGUF quant weights (e.g. Andy-4.Q4_K_M.gguf).Modelfile.FROM YOUR/PATH/HEREFROM /path/to/Andy-4.Q4_K_M.ggufnum_ctx to a higher value for longer conversations if you:ollama create andy-4 -f Modelfile1OLLAMA_FLASH_ATTENTION=1
2OLLAMA_KV_CACHE_TYPE=q8_0 # or q4_0 for extra savings, but far more unstable1export OLLAMA_FLASH_ATTENTION=1
2export OLLAMA_KV_CACHE_TYPE="q8_0" # or "q4_0", but far more unstable
3ollama serve