ColossalAI/examples/tutorial/new_api/test_ci.sh

7 lines
118 B
Bash

#!/bin/bash
set -xe
# FIXME(ver217): only run bert finetune to save time
cd glue_bert && bash ./test_ci.sh && cd ..