mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-30 20:55:17 +00:00
8 lines
119 B
Bash
8 lines
119 B
Bash
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
pip install -r requirements.txt
|
|
|
|
# run test
|
|
colossalai run --nproc_per_node 4 train.py
|