mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
More read timeout ?
This commit is contained in:
parent
c9f9cd165b
commit
9c955105d8
@ -573,7 +573,7 @@ def launcher(event_loop):
|
||||
devices=devices,
|
||||
volumes=volumes,
|
||||
ports={"80/tcp": port},
|
||||
healthcheck={"timeout": int(60 * 1e9), "retries": 2}, # 60s
|
||||
healthcheck={"timeout": int(180 * 1e9), "retries": 2}, # 60s
|
||||
shm_size="1G",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user