Skip to content

Commit c4cd588

Browse files
Clean up Qwen3State
1 parent 4a29063 commit c4cd588

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/com/example/inference/state/Qwen3State.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ protected StateFields createStateFields(Configuration configuration) {
8585
fields.tempFFN = new FloatArray(1 + ((config.dim() + localSize-1) / localSize));
8686
fields.tempLogits = new FloatArray(1 + ((config.dim() + localSize-1) / localSize));
8787

88-
System.out.println("nEmbdHeadK: " + nEmbdHeadK);
89-
System.out.println("nEmbdHeadV: " + nEmbdHeadV);
90-
System.out.println("nEmbdKGqa: " + nEmbdKGqa);
91-
System.out.println("nEmbdVGqa: " + nEmbdVGqa);
92-
System.out.println("nEmbdGqa: " + nEmbdGqa);
93-
System.out.println("wrapK.getSize(): " + fields.wrapK.getSize());
94-
System.out.println("wrapV.getSize(): " + fields.wrapV.getSize());
95-
System.out.println("wrapV.getSize(): " + fields.wrapV.getSize());
96-
9788
return fields;
9889
}
9990
}

0 commit comments

Comments
 (0)