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
9731773d
"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1d3ef67b096516918836b4df5d8923c6c6e6977e"
Unverified
Commit
9731773d
authored
Jan 08, 2025
by
Dhruv Nair
Committed by
GitHub
Jan 08, 2025
Browse files
[CI] Torch Min Version Test Fix (#10491)
update
parent
e2deb82e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+1
-1
.github/workflows/release_tests_fast.yml
.github/workflows/release_tests_fast.yml
+1
-1
No files found.
.github/workflows/nightly_tests.yml
View file @
9731773d
...
@@ -272,7 +272,7 @@ jobs:
...
@@ -272,7 +272,7 @@ jobs:
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v -k "not Flax and not Onnx" \
-s -v -k "not Flax and not Onnx" \
--make-reports=tests_torch_minimum_version_cuda \
--make-reports=tests_torch_minimum_version_cuda \
tests/models/test_model
l
ing_common.py \
tests/models/test_modeling_common.py \
tests/pipelines/test_pipelines_common.py \
tests/pipelines/test_pipelines_common.py \
tests/pipelines/test_pipeline_utils.py \
tests/pipelines/test_pipeline_utils.py \
tests/pipelines/test_pipelines.py \
tests/pipelines/test_pipelines.py \
...
...
.github/workflows/release_tests_fast.yml
View file @
9731773d
...
@@ -193,7 +193,7 @@ jobs:
...
@@ -193,7 +193,7 @@ jobs:
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile \
-s -v -k "not Flax and not Onnx" \
-s -v -k "not Flax and not Onnx" \
--make-reports=tests_torch_minimum_cuda \
--make-reports=tests_torch_minimum_cuda \
tests/models/test_model
l
ing_common.py \
tests/models/test_modeling_common.py \
tests/pipelines/test_pipelines_common.py \
tests/pipelines/test_pipelines_common.py \
tests/pipelines/test_pipeline_utils.py \
tests/pipelines/test_pipeline_utils.py \
tests/pipelines/test_pipelines.py \
tests/pipelines/test_pipelines.py \
...
...
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