flashinfer-ai / flashinfer

FlashInfer: Kernel Library for LLM Serving
https://flashinfer.ai
Apache License 2.0
1.46k stars 143 forks source link

Fix potential multi-process compile issue #610

Closed Pzzzzz5142 closed 1 week ago

Pzzzzz5142 commented 1 week ago

When running with multi-process, multiple processes may enter the if branch and the latter one cannot mkdir successfully. Adding such flag to it is enough to solve the issue.