mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-15 03:08:49 +02:00
jinja2 as dependency
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12:$LD_LIBRARY_PATH && \
|
||||
pip install customtkinter pyinstaller tk && \
|
||||
cd /src && \
|
||||
pyinstaller --noconfirm --onefile --collect-all customtkinter --collect-all psutil \
|
||||
pyinstaller --noconfirm --onefile --collect-all customtkinter --collect-all jinja2 --collect-all psutil \
|
||||
--add-data './koboldcpp_default.so:.' \
|
||||
--add-data './kcpp_adapters:./kcpp_adapters' \
|
||||
--add-data './koboldcpp.py:.' \
|
||||
|
||||
Reference in New Issue
Block a user