cisco-open / pymultiworld

A framework for PyTorch to enable fault management for collective communication libraries (CCL) such as NCCL
Apache License 2.0
15 stars 4 forks source link

misc: explicit exit #6

Closed myungjin closed 4 months ago

myungjin commented 4 months ago

Description

Ensure the termination of main thread by explicitly calling os._exit(0).

Type of Change

Checklist