"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f040c27d4c017a37ea8f7270533f265c56de6f7e"
Unverified Commit a0549fea authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Disable ONNX tests (#2509)

parent 1c36a123
...@@ -31,11 +31,6 @@ jobs: ...@@ -31,11 +31,6 @@ jobs:
runner: docker-cpu runner: docker-cpu
image: diffusers/diffusers-flax-cpu image: diffusers/diffusers-flax-cpu
report: flax_cpu report: flax_cpu
- name: Fast ONNXRuntime CPU tests on Ubuntu
framework: onnxruntime
runner: docker-cpu
image: diffusers/diffusers-onnxruntime-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: docker-cpu runner: docker-cpu
......
...@@ -29,11 +29,6 @@ jobs: ...@@ -29,11 +29,6 @@ jobs:
runner: docker-tpu runner: docker-tpu
image: diffusers/diffusers-flax-tpu image: diffusers/diffusers-flax-tpu
report: flax_tpu report: flax_tpu
- name: Slow ONNXRuntime CUDA tests on Ubuntu
framework: onnxruntime
runner: docker-gpu
image: diffusers/diffusers-onnxruntime-cuda
report: onnx_cuda
name: ${{ matrix.config.name }} name: ${{ matrix.config.name }}
......
...@@ -29,11 +29,6 @@ jobs: ...@@ -29,11 +29,6 @@ jobs:
runner: docker-cpu runner: docker-cpu
image: diffusers/diffusers-flax-cpu image: diffusers/diffusers-flax-cpu
report: flax_cpu report: flax_cpu
- name: Fast ONNXRuntime CPU tests on Ubuntu
framework: onnxruntime
runner: docker-cpu
image: diffusers/diffusers-onnxruntime-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: docker-cpu runner: docker-cpu
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment