Skip to content

GPULlama3.java 0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Feb 13:29
· 88 commits to main since this release
Immutable release. Only release title and notes can be modified.
93d3ba2

Other Changes

  • Add JDK 25 support with TornadoVM JDK25 and dual-JDK build profiles (#97)

📦 Installation

Maven

<dependency>
    <groupId>io.github.beehive-lab</groupId>
    <artifactId>gpu-llama3</artifactId>
    <version>0.4.0</version>
</dependency>
<dependency>
    <groupId>io.github.beehive-lab</groupId>
    <artifactId>gpu-llama3</artifactId>
    <version>0.4.0-jdk25</version>
</dependency>

Gradle

implementation 'io.github.beehive-lab:gpu-llama3:0.4.0'

📖 Documentation | 🔗 Maven Central