Remove server tests LLAMA_CACHE override (tests are serial, and the cache is easier to prefill w/ scripts/fetch_server_test_models.py)
This commit is contained in:
parent
bc8a61138f
commit
84bc083faf
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"},
|
||||||
)
|
)
|
||||||
server_instances.add(self)
|
server_instances.add(self)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue