Skip to content

Commit ed94196

Browse files
committed
Include java-llama.cpp source.
1 parent 430e852 commit ed94196

23 files changed

+2073
-1
lines changed

ihmc-high-level-behaviors/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mainDependencies {
1818
exclude(group = "org.lwjgl.lwjgl") // exclude lwjgl 2
1919
}
2020
api("us.ihmc:promp-java:1.0.1")
21-
api("de.kherud:llama:3.4.1:cuda12-linux-x86-64")
21+
// api("de.kherud:llama:3.4.1:cuda12-linux-x86-64")
2222
}
2323

2424
libgdxDependencies {

0 commit comments

Comments
 (0)