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
OpenDAS
diffusers
Commits
44ba90ca
Unverified
Commit
44ba90ca
authored
May 02, 2024
by
Guillaume LEGENDRE
Committed by
GitHub
May 02, 2024
Browse files
move to new runners (#7839)
parent
3c85a572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr_test_fetcher.yml
.github/workflows/pr_test_fetcher.yml
+3
-3
No files found.
.github/workflows/pr_test_fetcher.yml
View file @
44ba90ca
...
...
@@ -15,7 +15,7 @@ concurrency:
jobs
:
setup_pr_tests
:
name
:
Setup PR Tests
runs-on
:
docker-cpu
runs-on
:
[
self-hosted
,
intel-cpu
,
8-cpu
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cpu
options
:
--shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
...
...
@@ -73,7 +73,7 @@ jobs:
max-parallel
:
2
matrix
:
modules
:
${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
runs-on
:
docker-cpu
runs-on
:
[
self-hosted
,
intel-cpu
,
8-cpu
,
ci
]
container
:
image
:
diffusers/diffusers-pytorch-cpu
options
:
--shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
...
...
@@ -123,7 +123,7 @@ jobs:
config
:
-
name
:
Hub tests for models, schedulers, and pipelines
framework
:
hub_tests_pytorch
runner
:
docker-cpu
runner
:
[
self-hosted
,
intel-cpu
,
8-cpu
,
ci
]
image
:
diffusers/diffusers-pytorch-cpu
report
:
torch_hub
...
...
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