Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
ae146126
Unverified
Commit
ae146126
authored
Mar 19, 2025
by
Sayak Paul
Committed by
GitHub
Mar 19, 2025
Browse files
[CI] uninstall deps properly from pr gpu tests. (#11102)
uninstall deps properly from pr gpu tests.
parent
0ab8fe49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/pr_tests_gpu.yml
.github/workflows/pr_tests_gpu.yml
+3
-1
No files found.
.github/workflows/pr_tests_gpu.yml
View file @
ae146126
...
...
@@ -177,6 +177,7 @@ jobs:
torch_cuda_tests
:
name
:
Torch CUDA Tests
needs
:
[
check_code_quality
,
check_repository_consistency
]
runs-on
:
group
:
aws-g4dn-2xlarge
container
:
...
...
@@ -245,7 +246,7 @@ jobs:
run_examples_tests
:
name
:
Examples PyTorch CUDA tests on Ubuntu
pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
needs
:
[
check_code_quality
,
check_repository_consistency
]
runs-on
:
group
:
aws-g4dn-2xlarge
...
...
@@ -264,6 +265,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
pip uninstall transformers -y && python -m uv pip install -U transformers@git+https://github.com/huggingface/transformers.git --no-deps
python -m uv pip install -e [quality,test,training]
-
name
:
Environment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment