[misc] Rename Ray ADAG to Compiled Graph (#13928)
This commit is contained in:
@@ -93,7 +93,7 @@ def test_models_distributed(
|
||||
|
||||
if (model == "meta-llama/Llama-3.2-1B-Instruct"
|
||||
and distributed_executor_backend == "ray"):
|
||||
# test ray adag
|
||||
# test Ray Compiled Graph
|
||||
os.environ['VLLM_USE_RAY_SPMD_WORKER'] = "1"
|
||||
os.environ['VLLM_USE_RAY_COMPILED_DAG'] = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user