added more compile flags to set apart the conda paths, and also for colab. updated readme for multitool

This commit is contained in:
Concedo
2024-01-21 17:38:33 +08:00
parent 1cb8a5e955
commit 14de08586e
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if [[ ! -f "conda/envs/linux/bin/python" || $1 == "rebuild" ]]; then
bin/micromamba run -r conda -n linux make clean
fi
bin/micromamba run -r conda -n linux make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1 LLAMA_PORTABLE=1
bin/micromamba run -r conda -n linux make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA_CUBLAS=1 LLAMA_PORTABLE=1 LLAMA_ADD_CONDA_PATHS=1
if [[ $1 == "rebuild" ]]; then
echo Rebuild complete, you can now try to launch Koboldcpp.