mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-10-08 21:34:29 +00:00
[example] integrate seq-parallel tutorial with CI (#2463)
This commit is contained in:
7
examples/tutorial/sequence_parallel/test_ci.sh
Normal file
7
examples/tutorial/sequence_parallel/test_ci.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
# run test
|
||||
colossalai run --nproc_per_node 4 train.py
|
Reference in New Issue
Block a user