Skip to content

Commit 2b5402a

Browse files
committed
Use self-hosted for intel builds
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 715302c commit 2b5402a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ jobs:
898898
platforms: 'linux/amd64'
899899
tag-latest: 'auto'
900900
tag-suffix: '-gpu-intel-vibevoice'
901-
runs-on: 'ubuntu-latest'
901+
runs-on: 'arc-runner-set'
902902
base-image: "quay.io/go-skynet/intel-oneapi-base:latest"
903903
skip-drivers: 'false'
904904
backend: "vibevoice"

gallery/vibevoice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ config_file: |-
4343
# Voices directory path
4444
# This explicitly sets where to look for voice preset files (.pt files)
4545
# Since we're downloading voices to voices/streaming_model/, we set it here
46-
#
46+
#
4747
# Examples:
4848
# - Relative path (relative to models directory): "voices/streaming_model"
4949
# - Absolute path: "/custom/path/to/voices/streaming_model"

0 commit comments

Comments
 (0)