[Bugfix] Fix HPU multiprocessing executor (#12167)

Signed-off-by: Konrad Zawora <kzawora@habana.ai>
This commit is contained in:
Konrad Zawora
2025-01-22 19:07:07 +01:00
committed by GitHub
parent 84bee4bd5c
commit 96f6a7596f
4 changed files with 22 additions and 4 deletions

View File

@@ -397,7 +397,7 @@ class EngineArgs:
'or equal to the number of GPUs available, "mp" will be used to '
'keep processing on a single host. Otherwise, this will default '
'to "ray" if Ray is installed and fail otherwise. Note that tpu '
'and hpu only support Ray for distributed inference.')
'only supports Ray for distributed inference.')
parser.add_argument(
'--worker-use-ray',