You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add corrected Snapshot builds section pointing to Sonatype Central
Replace the removed GitHub Packages snapshot instructions with the
correct Sonatype Central snapshot repository. No credentials required.
Restore the snapshot badge linking to the Sonatype snapshot repo.
https://claude.ai/code/session_01TLazuhMKS5WrYpmUx7eM8s
# Java Bindings for [llama.cpp](https://github.com/ggerganov/llama.cpp)
6
7
@@ -46,6 +47,31 @@ Access this library via Maven (released versions on Maven Central):
46
47
47
48
There are multiple [examples](src/test/java/examples).
48
49
50
+
### Snapshot builds
51
+
52
+
Every push to `main` publishes a snapshot to the [Sonatype Central snapshot repository](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/).
53
+
54
+
To use the latest snapshot, add the repository and dependency to your `pom.xml`:
0 commit comments