mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 12:47:54 +00:00
61b5602111
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> |
||
---|---|---|
.. | ||
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 the reranker project
make reranker