Skip to content

Commit 1f85350

Browse files
authored
[CI] install accelerate transformers from main (#10289)
install accelerate transformers from .
1 parent 5194138 commit 1f85350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
run: |
122122
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
123123
python -m uv pip install -e [quality,test]
124-
python -m uv pip install accelerate
124+
pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
125+
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps
125126
126127
- name: Environment
127128
run: |

0 commit comments

Comments
 (0)