Skip to content

Commit 7d59609

Browse files
committed
Include html's in dist
1 parent bc46195 commit 7d59609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koboldcpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bin/micromamba run -r conda -n linux make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 LLAMA
1414
if [[ $1 == "rebuild" ]]; then
1515
echo Rebuild complete, you can now try to launch Koboldcpp.
1616
elif [[ $1 == "dist" ]]; then
17-
bin/micromamba run -r conda -n linux pyinstaller --noconfirm --onefile --collect-all customtkinter --add-data='./koboldcpp_default.so:.' --add-data='./koboldcpp_cublas.so:.' --add-data='./koboldcpp_openblas.so:.' --add-data='./koboldcpp_clblast.so:.' --add-data='./koboldcpp_clblast_noavx2.so:.' --clean --console koboldcpp.py -n "koboldcpp.bin"
17+
bin/micromamba run -r conda -n linux pyinstaller --noconfirm --onefile --collect-all customtkinter --add-data='./koboldcpp_default.so:.' --add-data='./koboldcpp_cublas.so:.' --add-data='./koboldcpp_openblas.so:.' --add-data='./koboldcpp_clblast.so:.' --add-data='./koboldcpp_clblast_noavx2.so:.' --add-data='./klite.embd:.' --add-data='./kcpp_docs.embd:.' --clean --console koboldcpp.py -n "koboldcpp.bin"
1818
else
1919
bin/micromamba run -r conda -n linux python koboldcpp.py $*
2020
fi

0 commit comments

Comments
 (0)