From 03e51269782bd79e453232d1d3417c77e5412819 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 12 May 2023 14:15:23 +0200 Subject: [PATCH] Don't install transformers and accelerate from source (#3414) --- .github/workflows/push_tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 7966a416fc..749da4dea8 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -61,8 +61,6 @@ jobs: - name: Install dependencies run: | 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 run: | @@ -134,8 +132,6 @@ jobs: - name: Install dependencies run: | 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 run: |