mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-06 10:34:23 +00:00
* add gpt2 HybridParallelPlugin example * update readme and testci * update test ci * fix test_ci bug * update requirements * add requirements * update requirements * add requirement * rename file
6 lines
108 B
Bash
6 lines
108 B
Bash
set -x
|
|
pip install -r requirements.txt
|
|
|
|
cd gemini && bash test_ci.sh
|
|
cd ../hybridparallelism && bash run.sh
|