yukiyee

Results 6 comments of yukiyee

> Hi,what's your batch size on each gpu? The microbatch size is the unit of passing when using pipeline parallel. > > If your batch size is more than 1,...

> ps -ef | grep > > then kill -9 the demon which bind to the port I have done this before, however it doesn't work. And I'm sure the...

Finally , I solve the problem as below : First, using `python xx.py` instead of `colossalai run --nproc_per_node 8 xx.py` works well. So the start command is ```shell srun -p...