Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-18 18:23:54 +02:00
parent 7007b587ba
commit fdd722e16e
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB

View File

@ -466,8 +466,7 @@ def launcher(event_loop):
args.append("--cuda-graphs")
args.append(",".join(map(str, cuda_graphs)))
client = docker.from_env(timeout=180)
client.ping()
client = docker.from_env()
container_name = f"tgi-tests-{model_id.split('/')[-1]}-{num_shard}-{quantize}"