pytorch-labs / gpt-fast

Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.
BSD 3-Clause "New" or "Revised" License
5.35k stars 484 forks source link

Do not attempt to import distributed primitives on MacOS #136

Closed malfet closed 3 months ago

malfet commented 3 months ago

As PyTorch is by default compiled without distributed support on Mac