Closed maxandersen closed 2 weeks ago
when canceling a quarkus dev mode while ollama pull is running you get this on startup:
Ollama model pull: 2024-11-04 16:22:05,735 INFO [io.qua.lan.dep.dev.DevServicesOllamaProcessor] (HttpClient-2-Worker-2) Progress: 95.79%
...should the progress line contain the related model being fetched?
i.e.
`Ollama model pull: 2024-11-04 16:22:05,735 INFO [io.qua.lan.dep.dev.DevServicesOllamaProcessor] (HttpClient-2-Worker-2) llama3.1 Progress: 95.79%`
Sure, we can do that
I updated https://github.com/quarkiverse/quarkus-langchain4j/pull/1045 to handle this as well
when canceling a quarkus dev mode while ollama pull is running you get this on startup:
...should the progress line contain the related model being fetched?
i.e.