Skip to content

Commit 243bb02

Browse files
Update onnxruntime/contrib_ops/cpu/transformers/generation_device_helper.cc
Co-authored-by: Copilot <[email protected]>
1 parent 961c6bb commit 243bb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/contrib_ops/cpu/transformers/generation_device_helper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Status ProcessLogits(const OrtValue& logits, //
346346
// At the time of writing, there is no backend other than MLAS that implements
347347
// double type Gemm/Matmul. Hence, the cost of plumging thorough the session option
348348
// to endable/disable a backend (like KleidiAI) is not justified.
349-
// Itr is is better re-visited when it is relevant for the double type.
349+
// It is better re-visited when it is relevant for the double type.
350350
ORT_RETURN_IF_ERROR(
351351
SoftmaxCPU<T>(
352352
batch_beam_size, // rows

0 commit comments

Comments
 (0)