Get the environment variable for the spawn proxy process dynamically.
()
| 41 | |
| 42 | |
| 43 | def get_spawn_proxy_process_env() -> bool: |
| 44 | ''' Get the environment variable for the spawn proxy process dynamically. ''' |
| 45 | return os.getenv(LlmLauncherEnvs.TLLM_SPAWN_PROXY_PROCESS) == "1" |
| 46 | |
| 47 | |
| 48 | def create_mpi_comm_session( |
no outgoing calls
no test coverage detected