From 515dd06db5e5b4c665e1da96b3ff25daddd63e0c Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Fri, 23 Jan 2026 17:23:19 +0530 Subject: [PATCH] up --- .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 ba78585a99..6ced812e2c 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 --no-deps + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git else - uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} --no-deps + uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} 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 --no-deps + uv pip uninstall transformers huggingface_hub && uv pip install --prerelease allow -U transformers@git+https://github.com/huggingface/transformers.git else - uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} --no-deps + uv pip uninstall transformers huggingface_hub && uv pip install transformers==${{ matrix.transformers_version }} fi - name: Environment