mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-03 14:08:11 +00:00
* [example] integrate autoparallel demo with CI * polish code * polish code * polish code * polish code
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
pip install -r requirements.txt
|
|
conda install -c conda-forge coin-or-cbc
|
|
colossalai run --nproc_per_node 4 auto_parallel_with_resnet.py
|