mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-29 20:25:29 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
pip install -r requirements.txt
|
|
colossalai run --nproc_per_node 4 train.py --config config.py
|