Skip to content

Commit 799a3fb

Browse files
author
team-coding-agent-1
committed
fix: Add local backend entries for chatterbox on MacOS
- Replace container-based cpu-chatterbox and metal-chatterbox entries with local Python backend references - This fixes the 'run file not found' error when installing chatterbox on MacOS systems - The Python backend at backend/python/chatterbox/ is now used for both cpu-chatterbox and metal-chatterbox backends Fixes #8610
1 parent bf4f8da commit 799a3fb

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

backend/index.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,9 +2136,7 @@
21362136
nvidia-l4t-cuda-13: "cuda13-nvidia-l4t-arm64-chatterbox-development"
21372137
- !!merge <<: *chatterbox
21382138
name: "cpu-chatterbox"
2139-
uri: "quay.io/go-skynet/local-ai-backends:latest-cpu-chatterbox"
2140-
mirrors:
2141-
- localai/localai-backends:latest-cpu-chatterbox
2139+
uri: "./backend/python/chatterbox"
21422140
- !!merge <<: *chatterbox
21432141
name: "cpu-chatterbox-development"
21442142
uri: "quay.io/go-skynet/local-ai-backends:master-cpu-chatterbox"
@@ -2156,9 +2154,7 @@
21562154
- localai/localai-backends:master-nvidia-l4t-arm64-chatterbox
21572155
- !!merge <<: *chatterbox
21582156
name: "metal-chatterbox"
2159-
uri: "quay.io/go-skynet/local-ai-backends:latest-metal-darwin-arm64-chatterbox"
2160-
mirrors:
2161-
- localai/localai-backends:latest-metal-darwin-arm64-chatterbox
2157+
uri: "./backend/python/chatterbox"
21622158
- !!merge <<: *chatterbox
21632159
name: "metal-chatterbox-development"
21642160
uri: "quay.io/go-skynet/local-ai-backends:master-metal-darwin-arm64-chatterbox"

0 commit comments

Comments
 (0)