• Daniel Hiltgen's avatar
    discovery: prevent dup OLLAMA_LIBRARY_PATH (#12514) · 04c18498
    Daniel Hiltgen authored
    This variable isn't currently documented or intended as something the user can
    override, but if the user happens to set OLLAMA_LIBRARY_PATH we were doubling
    this in the subprocess environment which will cause problems with the new
    bootstrap discovery logic.
    04c18498
server.go 53.7 KB