Skip to content

Commit 15d8cc8

Browse files
authored
Merge pull request #94 from beehive-lab/release/0.3.2
Release 0.3.2
2 parents 028932f + 3bfaec4 commit 15d8cc8

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to GPULlama3.java will be documented in this file.
44

5+
## [0.3.2] - 2025-12-18
6+
7+
### Model Support
8+
9+
- [models] Support for IBM Granite Models 3.2, 3.3 & 4.0 with FP16 and Q8 ([#92](https://github.com/beehive-lab/GPULlama3.java/pull/92))
10+
11+
### Other Changes
12+
13+
- [docs] Update docs to use SDKMAN! and point to TornadoVM 2.2.0 ([#93](https://github.com/beehive-lab/GPULlama3.java/pull/93))
14+
- Add JBang catalog and local usage examples to README.md ([#91](https://github.com/beehive-lab/GPULlama3.java/pull/91))
15+
- Add `jbang` script and configuration to make easy to run ([#90](https://github.com/beehive-lab/GPULlama3.java/pull/90))
16+
517
## [0.3.1] - 2025-12-11
618

719
### Model Support

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ authors:
1515
given-names: "Christos"
1616
title: "GPULlama3.java"
1717
license: MIT License
18-
version: 0.3.1
19-
date-released: 2025-12-11
18+
version: 0.3.2
19+
date-released: 2025-12-18
2020
url: "https://github.com/beehive-lab/GPULlama3.java"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
133133
<dependency>
134134
<groupId>io.github.beehive-lab</groupId>
135135
<artifactId>gpu-llama3</artifactId>
136-
<version>0.3.1</version>
136+
<version>0.3.2</version>
137137
</dependency>
138138
```
139139

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Use your verified namespace -->
88
<groupId>io.github.beehive-lab</groupId>
99
<artifactId>gpu-llama3</artifactId>
10-
<version>0.3.2-dev</version> <!-- release version (no -SNAPSHOT) -->
10+
<version>0.3.2</version> <!-- release version (no -SNAPSHOT) -->
1111

1212
<name>GPU Llama3</name>
1313
<description>GPU-accelerated LLaMA3 inference using TornadoVM</description>

0 commit comments

Comments
 (0)