Skip to content

Commit 89fdb7b

Browse files
authored
Merge pull request #88 from beehive-lab/release/0.3.1
Release 0.3.1
2 parents 9c71ae9 + a1b496f commit 89fdb7b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.3.1] - 2025-12-11
6+
7+
### Model Support
8+
9+
- Add compatibility method for langchain4j and quarkus in ModelLoader ([#87](https://github.com/beehive-lab/GPULlama3.java/pull/87))
10+
511
## [0.3.0] - 2025-12-11
612

713
### Model Support

CITATION.cff

Lines changed: 1 addition & 1 deletion
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.0
18+
version: 0.3.1
1919
date-released: 2025-12-11
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
@@ -165,7 +165,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
165165
<dependency>
166166
<groupId>io.github.beehive-lab</groupId>
167167
<artifactId>gpu-llama3</artifactId>
168-
<version>0.3.0</version>
168+
<version>0.3.1</version>
169169
</dependency>
170170
```
171171

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.0</version> <!-- release version (no -SNAPSHOT) -->
10+
<version>0.3.1</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)