mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 05:07:54 +00:00
ed322bf59f
* fix: ensure correct version of torch is always installed based on BUILD_TYPE Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> * Move causal-conv1d installation to build_types Signed-off-by: mudler <mudler@localai.io> * Move mamba-ssd install to build-type requirements.txt Signed-off-by: mudler <mudler@localai.io> --------- Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> Signed-off-by: mudler <mudler@localai.io> Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com> Co-authored-by: mudler <mudler@localai.io>
6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
# mabma does not specify it's build dependencies per PEP517, so we need to disable build isolation
|
|
# this also means that we need to install the basic build dependencies into the venv ourselves
|
|
# https://github.com/Dao-AILab/causal-conv1d/issues/24
|
|
packaging
|
|
setuptools
|
|
wheel |