mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
Introduce CI matrix
This commit is contained in:
parent
71f7f3f681
commit
808662c1cd
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: CPU
|
- run-name: CPU
|
||||||
run: ./run.py -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4
|
run: ./run.py -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4
|
||||||
- name: GPU
|
- run-name: GPU
|
||||||
run: ./run.py -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4 --gpu-vendor=nvidia
|
run: ./run.py -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4 --gpu-vendor=nvidia
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -34,6 +34,6 @@ jobs:
|
|||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: pip install -r requirements.txt tensorrt gdown
|
- run: pip install -r requirements.txt tensorrt gdown
|
||||||
- run: gdown 13QpWFWJ37EB-nHrEOY64CEtQWY-tz7DZ
|
- run: gdown 13QpWFWJ37EB-nHrEOY64CEtQWY-tz7DZ
|
||||||
- run: {{ matrix.run }}
|
- run: ${{ matrix.run }}
|
||||||
- run: ffmpeg -i .github/examples/snapshot.mp4 -i .github/examples/output.mp4 -filter_complex "psnr" -f null -
|
- run: ffmpeg -i .github/examples/snapshot.mp4 -i .github/examples/output.mp4 -filter_complex "psnr" -f null -
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user