Partial revert of LLAMA_CACHE=tmp (unless set explicitly in env)
This commit is contained in:
parent
cbecb35619
commit
a810c37c76
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class ServerProcess:
|
||||||
creationflags=flags,
|
creationflags=flags,
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
stderr=sys.stdout,
|
stderr=sys.stdout,
|
||||||
# env={**os.environ, "LLAMA_CACHE": "tmp"},
|
env={**os.environ, "LLAMA_CACHE": "tmp"} if "LLAMA_CACHE" not in os.environ else None,
|
||||||
)
|
)
|
||||||
server_instances.add(self)
|
server_instances.add(self)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue