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 0d7db16 commit c2e75b3Copy full SHA for c2e75b3
vllm/distributed/parallel_state.py
@@ -1238,8 +1238,6 @@ def destroy_distributed_environment():
1238
def cleanup_dist_env_and_memory(shutdown_ray: bool = False):
1239
destroy_model_parallel()
1240
destroy_distributed_environment()
1241
- with contextlib.suppress(AssertionError):
1242
- torch.distributed.destroy_process_group()
1243
if shutdown_ray:
1244
import ray # Lazy import Ray
1245
ray.shutdown()
0 commit comments