Llammy3.2-3B-GUFF
Collection
48 items • Updated • 1
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Where Code Meets Visual Alchemy
Qwen2.5-Coder-3B fine-tuned for Blender Python and image engineering pipelines — the most-downloaded model in the EPM fleet. Designed for creators who demand precision in both code generation and visual storytelling.
Eternal Path Media (永恒之路) — Darren Chow (@bartendr604) + Claude Sonnet 4.6 (Anthropic)
Part of the Eternal Path Media AI Suite — 永恒之路
5-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="bartendr604/EPM-ZIBL.Engineer.3b", filename="z-image-engineer-blender-Q5_K_M.gguf", )