mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
ww
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
d0c4a5f6ad
commit
9c7abeba32
@ -466,7 +466,8 @@ def launcher(event_loop):
|
||||
args.append("--cuda-graphs")
|
||||
args.append(",".join(map(str, cuda_graphs)))
|
||||
|
||||
client = docker.from_env()
|
||||
client = docker.from_env(timeout=180)
|
||||
client.ping()
|
||||
|
||||
container_name = f"tgi-tests-{model_id.split('/')[-1]}-{num_shard}-{quantize}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user