Background
md.info() today does not expose the available tags/versions for a model (e.g. llama3:70b, llama3:latest).
Why it matters
Contributors and users need to pick a specific size/variant before installing.
Acceptance criteria
Where to look
src/modeldock/adapters/runtimes/ollama.py, src/modeldock/domain/model.py
How to claim
Comment /claim on this issue.
Background
md.info()today does not expose the available tags/versions for a model (e.g.llama3:70b,llama3:latest).Why it matters
Contributors and users need to pick a specific size/variant before installing.
Acceptance criteria
domain/model.pyvariants.md.info("llama3")includes atags/variantssection.Where to look
src/modeldock/adapters/runtimes/ollama.py,src/modeldock/domain/model.pyHow to claim
Comment
/claimon this issue.