Skip to content

Prebuilt image /tts reports an error #730

Open
@ddosakura

Description

@ddosakura

LocalAI version:

quay.io/go-skynet/local-ai:v1.20.0-cublas-cuda12-ffmpeg

Environment, CPU architecture, OS, and Version:

Linux 0f37a61ebb06 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 GNU/Linux

Describe the bug

Prebuilt image /tts reports an error

To Reproduce

REBUILD=false

Expected behavior

Logs

Error processing file '/tmp/localai/backend_data/backend-assets/espeak-ng-data/phontab': No such file or directory.

Additional context

May be caused by:

# Makefile
backend-assets/espeak-ng-data:
	mkdir -p backend-assets/espeak-ng-data
ifdef ESPEAK_DATA
	@cp -rf $(ESPEAK_DATA)/. backend-assets/espeak-ng-data
else
	@touch backend-assets/espeak-ng-data/keep
endif

cp is not executed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingkind/questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions