mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +00:00
06c8339862
chore(deps): Bump setuptools in /backend/python/bark Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 75.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
backend.py | ||
install.sh | ||
Makefile | ||
README.md | ||
requirements-cpu.txt | ||
requirements-cublas11.txt | ||
requirements-cublas12.txt | ||
requirements-hipblas.txt | ||
requirements-intel.txt | ||
requirements.txt | ||
run.sh | ||
test.py | ||
test.sh |
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