mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Longer timeout ?
This commit is contained in:
parent
9c955105d8
commit
4cc842e556
@ -562,6 +562,7 @@ def launcher(event_loop):
|
||||
docker.types.DeviceRequest(count=gpu_count, capabilities=[["gpu"]])
|
||||
]
|
||||
|
||||
client.api.timeout = 180
|
||||
container = client.containers.run(
|
||||
DOCKER_IMAGE,
|
||||
command=args,
|
||||
|
Loading…
Reference in New Issue
Block a user