We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715302c commit 2b5402aCopy full SHA for 2b5402a
2 files changed
.github/workflows/backend.yml
@@ -898,7 +898,7 @@ jobs:
898
platforms: 'linux/amd64'
899
tag-latest: 'auto'
900
tag-suffix: '-gpu-intel-vibevoice'
901
- runs-on: 'ubuntu-latest'
+ runs-on: 'arc-runner-set'
902
base-image: "quay.io/go-skynet/intel-oneapi-base:latest"
903
skip-drivers: 'false'
904
backend: "vibevoice"
gallery/vibevoice.yaml
@@ -43,7 +43,7 @@ config_file: |-
43
# Voices directory path
44
# This explicitly sets where to look for voice preset files (.pt files)
45
# Since we're downloading voices to voices/streaming_model/, we set it here
46
- #
+ #
47
# Examples:
48
# - Relative path (relative to models directory): "voices/streaming_model"
49
# - Absolute path: "/custom/path/to/voices/streaming_model"
0 commit comments