File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/main/java/com/example/inference/state Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,6 @@ protected StateFields createStateFields(Configuration configuration) {
85
85
fields .tempFFN = new FloatArray (1 + ((config .dim () + localSize -1 ) / localSize ));
86
86
fields .tempLogits = new FloatArray (1 + ((config .dim () + localSize -1 ) / localSize ));
87
87
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
-
97
88
return fields ;
98
89
}
99
90
}
You can’t perform that action at this time.
0 commit comments