Skip to content

Commit cc9876f

Browse files
committed
Fix versioning
1 parent 7977897 commit cc9876f

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-2.0-SNAPSHOT.jar",
174+
f"{self.llama_root}/target/gpu-llama3-2.1.0-SNAPSHOT.jar",
175175
"org.beehive.gpullama3.LlamaApp",
176176
]
177177
)

0 commit comments

Comments
 (0)