File tree Expand file tree Collapse file tree
src/main/java/org/beehive/gpullama3/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11//JAVA 21
22//PREVIEW
3- //DEPS io.github.beehive-lab:gpu-llama3:0.3.1
3+ //DEPS io.github.beehive-lab:gpu-llama3:0.3.2-dev
44//DEPS io.github.beehive-lab:tornado-api:2.1.0
55//DEPS io.github.beehive-lab:tornado-runtime:2.1.0
66
@@ -89,7 +89,7 @@ public static void main(String[] args) throws IOException {
8989
9090 // Check if help requested
9191 if (args .length == 0 || hasHelpFlag (args )) {
92- // Options.printUsage(System.out);
92+ Options .printUsage (System .out );
9393 System .exit (0 );
9494 }
9595
@@ -98,9 +98,7 @@ public static void main(String[] args) throws IOException {
9898 Options options = Options .parseOptions (args );
9999
100100 // Load model
101- System .out .println ("Loading model from: " + options .modelPath ());
102101 Model model = loadModel (options );
103- System .out .println ("Model loaded successfully!" );
104102
105103 // Create sampler
106104 Sampler sampler = createSampler (model , options );
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.1 </version > <!-- release version (no -SNAPSHOT) -->
10+ <version >0.3.2-dev </version > <!-- release version (no -SNAPSHOT) -->
1111
1212 <name >GPU Llama3</name >
1313 <description >GPU-accelerated LLaMA3 inference using TornadoVM</description >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments