Commit d41a9f12 authored by ver217's avatar ver217 Committed by Frank Lee
Browse files

install transformers in CI

parent f5f0ad26
...@@ -25,7 +25,7 @@ jobs: ...@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment