laekov / fastmoe

A fast MoE impl for PyTorch
https://fastmoe.ai
Apache License 2.0
1.52k stars 184 forks source link

No hiding output when using `pytest -s` #206

Closed roastduck closed 3 months ago

roastduck commented 3 months ago

Now output from each process goes onto the screen with its rank as a prefix if you run with pytest -s. pytest without -s is still clean.