File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed 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.3] - 2025-12-19
6+
7+ <!-- TODO: Add changes manually -->
8+
59## [ 0.3.2] - 2025-12-18
610
711### 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.2
19- date-released : 2025-12-18
18+ version : 0.3.3
19+ date-released : 2025-12-19
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.2 </version >
136+ <version >0.3.3 </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 </version > <!-- release version (no -SNAPSHOT) -->
10+ <version >0.3.3 </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