Skip to content

Commit 34d2c1e

Browse files
mikepapadimCopilot
andauthored
Update src/main/java/org/beehive/gpullama3/tornadovm/Qwen2TornadoVMLayerPlanner.java
Co-authored-by: Copilot <[email protected]>
1 parent 1403b4f commit 34d2c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/beehive/gpullama3/tornadovm/Qwen2TornadoVMLayerPlanner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
public class Qwen2TornadoVMLayerPlanner extends TornadoVMLayerPlanner<Qwen2State, Qwen2Configuration, Qwen2TornadoWeights> {
2020

2121
/**
22-
* Constructs a TornadoVMLayerPlanner for the given Llama model.
22+
* Constructs a TornadoVMLayerPlanner for the given Qwen2 model.
2323
*
2424
* @param state
2525
* The state object containing model tensors and buffers
2626
* @param model
27-
* The Llama model instance containing configuration and weights
27+
* The Qwen2 model instance containing configuration and weights
2828
*/
2929
public Qwen2TornadoVMLayerPlanner(Qwen2State state, Model model) {
3030
super(state, model);

0 commit comments

Comments
 (0)