Skip to content

Commit

Permalink
[llama.cpp] Adds unit-test and standardize input parameters (#2905)
Browse files Browse the repository at this point in the history
* [llama.cpp] Adds unit-test and standardize input parameters

* [llama.cpp] Refactors llama input format
  • Loading branch information
frankfliu committed Apr 26, 2024
1 parent 1e1829f commit 5ed9f98
Show file tree
Hide file tree
Showing 12 changed files with 833 additions and 31 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ configure(javaProjects()) {
targetCompatibility = JavaVersion.VERSION_11
options.compilerArgs << "-proc:none" << "-Xlint:all,-options,-static,-removal" << "-Werror"
}
javadoc.options.addStringOption("Xdoclint:none", "-quiet")

apply plugin: 'eclipse'

Expand Down
1 change: 1 addition & 0 deletions engines/llama/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ processResources {
"linux-aarch64/libllama.so",
"osx-x86_64/libdjl_llama.dylib",
"osx-x86_64/libllama.dylib",
"osx-x86_64/ggml-metal.metal",
"osx-aarch64/libdjl_llama.dylib",
"osx-aarch64/libllama.dylib",
"osx-aarch64/ggml-metal.metal",
Expand Down
Loading

0 comments on commit 5ed9f98

Please sign in to comment.