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