what is the process to build the project if i am only making changes to java-llama code?
Opened this issue · 1 comments
siddhsql commented
hello, could you tell me what is the process to rebuild this library if i am only making changes to java-llama code. not making any changes to llama.cpp and want to reuse prebuilt binaries instead of rebuilding llama.cpp again. thanks.
vaiju1981 commented
if you are only making changes to java code, You can just do mvn compile, if you want to release new version, update the version in the pom.xml and then do mvn deploy.