mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 13:30:19 +00:00
[example] add train resnet/vit with booster example (#3694)
* [example] add train vit with booster example * [example] update readme * [example] add train resnet with booster example * [example] enable ci * [example] enable ci * [example] add requirements * [hotfix] fix analyzer init * [example] update requirements
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#!/usr/bin/env
|
||||
echo "The CI integration will be completed when the API is stable"
|
||||
#!/bin/bash
|
||||
set -xe
|
||||
|
||||
# FIXME(ver217): only run bert finetune to save time
|
||||
|
||||
cd glue_bert && bash ./test_ci.sh && cd ..
|
||||
|
Reference in New Issue
Block a user