Skip to content

Commit d9e6e6d

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

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
@@ -344,7 +344,7 @@ Status ProcessLogits(const OrtValue& logits, //
344344
// The backend config is only needed for the double type softmax kernel
345345
// which uses Gemm/Matmul for its implementation.
346346
// At the time of writing, there is no backend other than MLAS that implements
347-
// double type Gemm/Matmul. Hence, the cost of plumging thorough the session option
347+
// double type Gemm/Matmul. Hence, the cost of plumbing through the session option
348348
// to endable/disable a backend (like KleidiAI) is not justified.
349349
// It is better re-visited when it is relevant for the double type.
350350
ORT_RETURN_IF_ERROR(

0 commit comments

Comments
 (0)