Skip to content

Commit a78d3e9

Browse files
authored
Update jar file version in module configuration
1 parent 155eefa commit a78d3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama-tornado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class LlamaRunner:
171171
module_config.extend(
172172
[
173173
"-cp",
174-
f"{self.llama_root}/target/gpu-llama3-1.0-SNAPSHOT.jar",
174+
f"{self.llama_root}/target/gpu-llama3-2.0-SNAPSHOT.jar",
175175
"org.beehive.gpullama3.LlamaApp",
176176
]
177177
)

0 commit comments

Comments
 (0)