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.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
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.0
18+ version : 0.3.1
1919date-released : 2025-12-11
2020url : " https://github.com/beehive-lab/GPULlama3.java"
Original file line number Diff line number Diff 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
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.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 >
You can’t perform that action at this time.
0 commit comments