From 4dff31871c07e9028de4aef404d64432a5888be2 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Fri, 23 Jan 2026 17:31:21 +0530 Subject: [PATCH] Revert "up" This reverts commit 515dd06db5e5b4c665e1da96b3ff25daddd63e0c. --- .github/workflows/pr_tests_gpu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr_tests_gpu.yml b/.github/workflows/pr_tests_gpu.yml index 6ced812e2c..ba78585a99 100644 --- a/.github/workflows/pr_tests_gpu.yml +++ b/.github/workflows/pr_tests_gpu.yml @@ -134,9 +134,9 @@ jobs: uv pip install -e ".[quality]" uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps if [ "${{ matrix.transformers_version }}" = "main" ]; then - uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps else - uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} + uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} --no-deps fi - name: Environment @@ -209,9 +209,9 @@ jobs: uv pip install peft@git+https://github.com/huggingface/peft.git --no-deps uv pip uninstall accelerate && uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git --no-deps if [ "${{ matrix.transformers_version }}" = "main" ]; then - uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git --no-deps else - uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} + uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} --no-deps fi - name: Environment