We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29aa259 commit fac44ccCopy full SHA for fac44cc
tensorrt_llm/llmapi/utils.py
@@ -349,10 +349,6 @@ def enable_llmapi_debug() -> bool:
349
return _enable_llmapi_debug_
350
351
352
-def orchestrator_type_env() -> Optional[str]:
353
- return os.environ.get("TLLM_ORCHESTRATOR_TYPE", None)
354
-
355
356
@cache
357
def enable_worker_single_process_for_tp1() -> bool:
358
''' Tell whether to make worker use single process for TP1.
0 commit comments