LocalAI/backend/python/openvoice
Ettore Di Giacinto 61b5602111
fix(python): move accelerate and GPU-specific libs to build-type (#3194)
Some of the dependencies in `requirements.txt`, even if generic, pulls
down the line CUDA libraries.

This changes moves mostly all GPU-specific libs to the build-type, and
tries a safer approach. In `requirements.txt` now are listed only
"first-level" dependencies, for instance, grpc, but libs-dependencies
are moved down to the respective build-type `requirements.txt` to avoid
any mixin.

This should fix #2737 and #1592.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-08-07 17:02:32 +02:00
..
backend.py add openvoice backend (#2334) 2024-05-19 16:27:08 +02:00
install.sh add openvoice backend (#2334) 2024-05-19 16:27:08 +02:00
Makefile add openvoice backend (#2334) 2024-05-19 16:27:08 +02:00
requirements-cpu.txt fix(python): move accelerate and GPU-specific libs to build-type (#3194) 2024-08-07 17:02:32 +02:00
requirements-cublas11.txt fix: ensure correct version of torch is always installed based on BUILD_TYPE(#2890) 2024-08-05 16:38:33 +00:00
requirements-cublas12.txt fix: ensure correct version of torch is always installed based on BUILD_TYPE(#2890) 2024-08-05 16:38:33 +00:00
requirements-hipblas.txt fix: install pytorch from proper index for hipblas builds (#2413) 2024-05-26 18:05:52 +00:00
requirements-intel.txt chore(deps): Bump grpcio from 1.65.1 to 1.65.4 in /backend/python/openvoice (#3137) 2024-08-05 22:13:59 +00:00
requirements.txt chore(deps): Bump grpcio from 1.65.1 to 1.65.4 in /backend/python/openvoice (#3137) 2024-08-05 22:13:59 +00:00
run.sh add openvoice backend (#2334) 2024-05-19 16:27:08 +02:00
test.py add openvoice backend (#2334) 2024-05-19 16:27:08 +02:00
test.sh fix(ci): update openvoice checkpoints URLs (#3085) 2024-07-30 17:06:22 +02:00