LocalAI/backend/python/bark
Dave 8b6e601405
Feat: new backend: transformers-musicgen (#1387)
Transformers-MusicGen
---------

Signed-off-by: Dave <dave@gray101.com>
2023-12-08 10:01:02 +01:00
..
backend_pb2_grpc.py refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
backend_pb2.py Feat: new backend: transformers-musicgen (#1387) 2023-12-08 10:01:02 +01:00
Makefile fix/docs: Python backend dependencies (#1360) 2023-11-30 17:46:55 +01:00
README.md refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
run.sh refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
test_ttsbark.py refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00
ttsbark.py fix: move python header comments below shebang in some backends (#1321) 2023-11-23 15:22:37 +01:00
ttsbark.yml refactor: move backends into the backends directory (#1279) 2023-11-13 22:40:16 +01:00

Creating a separate environment for ttsbark project

make ttsbark

Testing the gRPC server

<The path of your python interpreter> -m unittest test_ttsbark.py

For example

/opt/conda/envs/bark/bin/python -m unittest extra/grpc/bark/test_ttsbark.py