mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
make it work with pyinstaller
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pyinstaller --noconfirm --onefile --clean --console --icon "./niko.ico" \
|
||||
pyinstaller --noconfirm --onefile --clean --console --collect-all customtkinter --icon "./niko.ico" \
|
||||
--add-data "./klite.embd:." \
|
||||
--add-data "./koboldcpp.so:." \
|
||||
--add-data "./koboldcpp_openblas.so:." \
|
||||
@@ -8,4 +8,5 @@ pyinstaller --noconfirm --onefile --clean --console --icon "./niko.ico" \
|
||||
--add-data "./koboldcpp_openblas_noavx2.so:." \
|
||||
--add-data "./koboldcpp_clblast.so:." \
|
||||
--add-data "./rwkv_vocab.embd:." \
|
||||
--add-data "./rwkv_world_vocab.embd:." \
|
||||
"./koboldcpp.py" -n "koboldcpp"
|
||||
|
||||
Reference in New Issue
Block a user