mirror of
https://github.com/huggingface/diffusers.git
synced 2025-12-12 23:44:30 +08:00
Compare commits
3 Commits
poc_branch
...
ci-test-ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99dd8579f7 | ||
|
|
1972b80b7a | ||
|
|
9e638d8903 |
4
.github/workflows/build_docker_images.yml
vendored
4
.github/workflows/build_docker_images.yml
vendored
@@ -21,7 +21,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
test-build-docker-images:
|
test-build-docker-images:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
|
|
||||||
build-and-push-docker-images:
|
build-and-push-docker-images:
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
2
.github/workflows/nightly_tests.yml
vendored
2
.github/workflows/nightly_tests.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
setup_torch_cuda_pipeline_matrix:
|
setup_torch_cuda_pipeline_matrix:
|
||||||
name: Setup Torch Pipelines CUDA Slow Tests Matrix
|
name: Setup Torch Pipelines CUDA Slow Tests Matrix
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
6
.github/workflows/pr_test_fetcher.yml
vendored
6
.github/workflows/pr_test_fetcher.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
setup_pr_tests:
|
setup_pr_tests:
|
||||||
name: Setup PR Tests
|
name: Setup PR Tests
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
modules: ${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
|
modules: ${{ fromJson(needs.setup_pr_tests.outputs.matrix) }}
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
options: --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
config:
|
config:
|
||||||
- name: Hub tests for models, schedulers, and pipelines
|
- name: Hub tests for models, schedulers, and pipelines
|
||||||
framework: hub_tests_pytorch
|
framework: hub_tests_pytorch
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_hub
|
report: torch_hub
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/pr_test_peft_backend.yml
vendored
2
.github/workflows/pr_test_peft_backend.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
name: LoRA - ${{ matrix.lib-versions }}
|
name: LoRA - ${{ matrix.lib-versions }}
|
||||||
|
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
|
|||||||
8
.github/workflows/pr_tests.yml
vendored
8
.github/workflows/pr_tests.yml
vendored
@@ -82,17 +82,17 @@ jobs:
|
|||||||
report: torch_cpu_pipelines
|
report: torch_cpu_pipelines
|
||||||
- name: Fast PyTorch Models & Schedulers CPU tests
|
- name: Fast PyTorch Models & Schedulers CPU tests
|
||||||
framework: pytorch_models
|
framework: pytorch_models
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_cpu_models_schedulers
|
report: torch_cpu_models_schedulers
|
||||||
- name: Fast Flax CPU tests
|
- name: Fast Flax CPU tests
|
||||||
framework: flax
|
framework: flax
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-flax-cpu
|
image: diffusers/diffusers-flax-cpu
|
||||||
report: flax_cpu
|
report: flax_cpu
|
||||||
- name: PyTorch Example CPU tests
|
- name: PyTorch Example CPU tests
|
||||||
framework: pytorch_examples
|
framework: pytorch_examples
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_example_cpu
|
report: torch_example_cpu
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ jobs:
|
|||||||
- name: Hub tests for models, schedulers, and pipelines
|
- name: Hub tests for models, schedulers, and pipelines
|
||||||
framework: hub_tests_pytorch
|
framework: hub_tests_pytorch
|
||||||
runner:
|
runner:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_hub
|
report: torch_hub
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/push_tests.yml
vendored
2
.github/workflows/push_tests.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
setup_torch_cuda_pipeline_matrix:
|
setup_torch_cuda_pipeline_matrix:
|
||||||
name: Setup Torch Pipelines CUDA Slow Tests Matrix
|
name: Setup Torch Pipelines CUDA Slow Tests Matrix
|
||||||
runs-on:
|
runs-on:
|
||||||
group: aws-general-8-plus
|
group: aws-general-8-plus-cache
|
||||||
container:
|
container:
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
outputs:
|
outputs:
|
||||||
|
|||||||
8
.github/workflows/push_tests_fast.yml
vendored
8
.github/workflows/push_tests_fast.yml
vendored
@@ -29,22 +29,22 @@ jobs:
|
|||||||
config:
|
config:
|
||||||
- name: Fast PyTorch CPU tests on Ubuntu
|
- name: Fast PyTorch CPU tests on Ubuntu
|
||||||
framework: pytorch
|
framework: pytorch
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_cpu
|
report: torch_cpu
|
||||||
- name: Fast Flax CPU tests on Ubuntu
|
- name: Fast Flax CPU tests on Ubuntu
|
||||||
framework: flax
|
framework: flax
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-flax-cpu
|
image: diffusers/diffusers-flax-cpu
|
||||||
report: flax_cpu
|
report: flax_cpu
|
||||||
- name: Fast ONNXRuntime CPU tests on Ubuntu
|
- name: Fast ONNXRuntime CPU tests on Ubuntu
|
||||||
framework: onnxruntime
|
framework: onnxruntime
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-onnxruntime-cpu
|
image: diffusers/diffusers-onnxruntime-cpu
|
||||||
report: onnx_cpu
|
report: onnx_cpu
|
||||||
- name: PyTorch Example CPU tests on Ubuntu
|
- name: PyTorch Example CPU tests on Ubuntu
|
||||||
framework: pytorch_examples
|
framework: pytorch_examples
|
||||||
runner: aws-general-8-plus
|
runner: aws-general-8-plus-cache
|
||||||
image: diffusers/diffusers-pytorch-cpu
|
image: diffusers/diffusers-pytorch-cpu
|
||||||
report: torch_example_cpu
|
report: torch_example_cpu
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -101,7 +101,7 @@ _deps = [
|
|||||||
"filelock",
|
"filelock",
|
||||||
"flax>=0.4.1",
|
"flax>=0.4.1",
|
||||||
"hf-doc-builder>=0.3.0",
|
"hf-doc-builder>=0.3.0",
|
||||||
"huggingface-hub>=0.23.2",
|
"huggingface-hub>=0.24.5",
|
||||||
"requests-mock==1.10.0",
|
"requests-mock==1.10.0",
|
||||||
"importlib_metadata",
|
"importlib_metadata",
|
||||||
"invisible-watermark>=0.2.0",
|
"invisible-watermark>=0.2.0",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ deps = {
|
|||||||
"filelock": "filelock",
|
"filelock": "filelock",
|
||||||
"flax": "flax>=0.4.1",
|
"flax": "flax>=0.4.1",
|
||||||
"hf-doc-builder": "hf-doc-builder>=0.3.0",
|
"hf-doc-builder": "hf-doc-builder>=0.3.0",
|
||||||
"huggingface-hub": "huggingface-hub>=0.23.2",
|
"huggingface-hub": "huggingface-hub>=0.24.5",
|
||||||
"requests-mock": "requests-mock==1.10.0",
|
"requests-mock": "requests-mock==1.10.0",
|
||||||
"importlib_metadata": "importlib_metadata",
|
"importlib_metadata": "importlib_metadata",
|
||||||
"invisible-watermark": "invisible-watermark>=0.2.0",
|
"invisible-watermark": "invisible-watermark>=0.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user