File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ authors:
1515 given-names : " Christos"
1616title : " GPULlama3.java"
1717license : MIT License
18- version : 0.3.1
19- date-released : 2025-12-11
18+ version : 0.3.2
19+ date-released : 2025-12-18
2020url : " https://github.com/beehive-lab/GPULlama3.java"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments