mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-11 06:33:30 +00:00
* [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
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
pip install -r requirements.txt
|
|
torchrun --standalone --nproc_per_node 4 train.py --config config.py -s
|