|
|
|
|
|
by vunderba
116 days ago
|
|
I can't speak to using local models as agentic coding assistants, but I have a headless 128GB RAM machine serving llama.cpp with a number of local models that I use on a daily basis. - Qwen3-VL picks up new images in a NAS, auto captions and adds the text descriptions as a hidden EXIF layer into the image, which is used for fast search and organization in conjunction with a Qdrant vector database. - Gemma3:27b is used for personal translation work (mostly English and Chinese). - Llama3.1 spins up for sentiment analysis on text. |
|