Unverified Commit 03e51269 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Don't install transformers and accelerate from source (#3414)

parent b1b92f4a
...@@ -61,8 +61,6 @@ jobs: ...@@ -61,8 +61,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install -e .[quality,test] python -m pip install -e .[quality,test]
python -m pip install -U git+https://github.com/huggingface/transformers
python -m pip install git+https://github.com/huggingface/accelerate
- name: Environment - name: Environment
run: | run: |
...@@ -134,8 +132,6 @@ jobs: ...@@ -134,8 +132,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install -e .[quality,test,training] python -m pip install -e .[quality,test,training]
python -m pip install git+https://github.com/huggingface/accelerate
python -m pip install -U git+https://github.com/huggingface/transformers
- name: Environment - name: Environment
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