Skip to content

GPULlama3.java 0.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 12:23
· 125 commits to main since this release
Immutable release. Only release title and notes can be modified.
15d8cc8

Model Support

  • [models] Support for IBM Granite Models 3.2, 3.3 & 4.0 with FP16 and Q8 (#92)

Other Changes

  • [docs] Update docs to use SDKMAN! and point to TornadoVM 2.2.0 (#93)
  • Add JBang catalog and local usage examples to README.md (#91)
  • Add jbang script and configuration to make easy to run (#90)

📦 Installation

Maven

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

Gradle

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

📖 Documentation | 🔗 Maven Central