mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
add comment
Signed-off-by: Chuang Zhu <111838961+chuangz0@users.noreply.github.com>
This commit is contained in:
parent
c86398c164
commit
d7b3cd4ec5
@ -365,6 +365,11 @@ def run_disaggregated_test(example_dir,
|
||||
"""Run disaggregated test with given configuration."""
|
||||
cleanup_output_files()
|
||||
run_env = env.copy()
|
||||
|
||||
# on some CI nodes , we set UCX_TLS to "^ib" to avoid the issue that IB equipped but not available.
|
||||
# we set UCX_MM_ERROR_HANDLING to "y" to avoid the issue that NIXL cannot use IB or TCP for notify on some CI nodes,
|
||||
# setting it to "y" will enable NIXL to use system memory for notify.
|
||||
|
||||
run_env["UCX_TLS"] = "^ib"
|
||||
run_env["UCX_MM_ERROR_HANDLING"] = "y"
|
||||
num_ranks, config_file = get_test_config(test_desc, example_dir,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user