Immutable
release. Only release title and notes can be modified.
See CHANGELOG.md for details.
📦 Installation
Maven
JDK 21 (jdk21 profile, auto-activates for JDK [21]):
<dependency>
<groupId>io.github.beehive-lab</groupId>
<artifactId>gpu-llama3</artifactId>
<version>1.0.0-jdk21</version>
</dependency>JDK 25 (jdk25 profile, auto-activates for JDK [25.0.2]):
<dependency>
<groupId>io.github.beehive-lab</groupId>
<artifactId>gpu-llama3</artifactId>
<version>1.0.0-jdk25</version>
</dependency>Gradle
JDK 21 (jdk21 profile, auto-activates for JDK [21]):
implementation 'io.github.beehive-lab:gpu-llama3:1.0.0-jdk21'JDK 25 (jdk25 profile, auto-activates for JDK [25.0.2]):
implementation 'io.github.beehive-lab:gpu-llama3:1.0.0-jdk25'📖 Documentation | 🔗 Maven Central