install transformers in CI

pull/394/head
ver217 2022-03-09 13:46:55 +08:00 committed by Frank Lee
parent f5f0ad266e
commit d41a9f12c6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user
pip install pytest tensorboard deepspeed apex
pip install pytest tensorboard deepspeed apex transformers
- uses: actions/checkout@v2
- name: Install Colossal-AI
run: |