mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 21:40:02 +00:00
[workflow] refactored the example check workflow (#2411)
* [workflow] refactored the example check workflow * polish code * polish code * polish code * polish code * polish code * polish code * polish code * polish code * polish code * polish code * polish code
This commit is contained in:
5
examples/tutorial/hybrid_parallel/test_ci.sh
Normal file
5
examples/tutorial/hybrid_parallel/test_ci.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
pip install -r requirements.txt
|
||||
torchrun --standalone --nproc_per_node 4 train.py --config config.py -s
|
Reference in New Issue
Block a user