Kernels
File size: 124 Bytes
33929c0
 
 
1
2
3
4
#!/usr/bin/env bash
cd "$(dirname "$0")"
torchrun --nproc-per-node=8 --local-ranks-filter=0 -m pytest test_muon_moe.py "$@"