Skip to content

GPULlama3.java 1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:47
Immutable release. Only release title and notes can be modified.
5c90b49

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