Skip to content

Commit 67d8533

Browse files
authored
fix: set RBLN_CTX_STANDALONE to False
fix: set RBLN_CTX_STANDALONE to False
2 parents 81f7d47 + defd60e commit 67d8533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm_rbln/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def validate_and_setup_prerequisite(cls, vllm_config: VllmConfig) -> None:
135135
"RBLN_PROFILER is not supported when using vLLM model parallel "
136136
"(TP, DP, EP, or PP)."
137137
)
138-
os.environ["RBLN_CTX_STANDALONE"] = "1"
138+
os.environ["RBLN_CTX_STANDALONE"] = "0"
139139
os.environ["RBLN_FORCE_CCL_ASYNC"] = "1"
140140

141141
@classmethod

0 commit comments

Comments
 (0)