Closed jacobtomlinson closed 2 days ago
Right now we just assume we are using llama3.2:3b and in CI we pull that model before running the build.
llama3.2:3b
https://github.com/jacobtomlinson/sphinx-llm/blob/c9d9f72ae0251cf338e9dfab1dc2ab28bc48db67/.github/workflows/build-docs.yml#L41
It would be nice if we added an ensure_model() method to the disrective that checks and pull the model if missing. That way the only prerequisite is to have ollama running.
ensure_model()
Closed in 200b658
Right now we just assume we are using
llama3.2:3b
and in CI we pull that model before running the build.https://github.com/jacobtomlinson/sphinx-llm/blob/c9d9f72ae0251cf338e9dfab1dc2ab28bc48db67/.github/workflows/build-docs.yml#L41
It would be nice if we added an
ensure_model()
method to the disrective that checks and pull the model if missing. That way the only prerequisite is to have ollama running.