Add Modelfile and GGUF management #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nThere are local Modelfiles under /home/vince/ai/models/modelfiles referencing GGUF files under /home/vince/ai/models/gguf. The manager should make this workflow visible.\n\nRequirements:\n- Scan Modelfiles directory.\n- Parse FROM lines and detect referenced local files.\n- Show missing referenced GGUF paths.\n- Support creating a simple Modelfile from selected GGUF path and parameters.\n- Keep Modelfile editing conservative and auditable.\n\nAcceptance criteria:\n- UI lists Modelfiles and their FROM targets.\n- Missing files are flagged.\n- ollama create can be launched from a Modelfile.