File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 Copy-Item -Path llamajava/* -Destination llama.cpp/llamajava -Force
9696 Copy-Item -Path llamajava/win/* -Destination llama.cpp/llamajava -Force
9797 cd llama.cpp
98- $LATEST_TAG=(git.exe describe --tags)
98+ $TAG_ID=(git.exe rev-list --tags --max-count=1)
99+ $LATEST_TAG=(git.exe describe --tags $TAG_ID)
99100 echo "=> Llama.cpp latest tag: $LATEST_TAG"
100101 git.exe checkout $LATEST_TAG
101102 Add-Content CMakeLists.txt "add_subdirectory(llamajava)"
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >chat.octet</groupId >
88 <artifactId >octet-chat</artifactId >
9- <version >1.3.8-SNAPSHOT </version >
9+ <version >1.3.8</version >
1010 </parent >
1111
1212 <artifactId >llama-java-core</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >chat.octet</groupId >
88 <artifactId >octet-chat</artifactId >
9- <version >1.3.8-SNAPSHOT </version >
9+ <version >1.3.8</version >
1010 </parent >
1111
1212 <properties >
Original file line number Diff line number Diff line change 77 <groupId >chat.octet</groupId >
88 <artifactId >octet-chat</artifactId >
99 <packaging >pom</packaging >
10- <version >1.3.8-SNAPSHOT </version >
10+ <version >1.3.8</version >
1111
1212 <properties >
1313 <maven .compiler.source>8</maven .compiler.source>
1919 <lombok .version>1.18.26</lombok .version>
2020 <guava .version>32.1.2-jre</guava .version>
2121 <spring-boot .version>2.7.16</spring-boot .version>
22- <llama .java.version>1.3.8-SNAPSHOT </llama .java.version>
22+ <llama .java.version>1.3.8</llama .java.version>
2323 </properties >
2424
2525 <name >octet-chat</name >
You can’t perform that action at this time.
0 commit comments