install transformers in CI

This commit is contained in:
ver217
2022-03-09 13:46:55 +08:00
parent 212e672d23
commit 159bb62c6d

View File

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