From 90f7b62c76d8393216d3996988763390399d04ca Mon Sep 17 00:00:00 2001 From: Stephen Jia Date: Mon, 27 Jul 2026 09:59:25 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- .../apple/ExecuTorchLLM/__tests__/MultimodalRunnerTest.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/llm/apple/ExecuTorchLLM/__tests__/MultimodalRunnerTest.swift b/extension/llm/apple/ExecuTorchLLM/__tests__/MultimodalRunnerTest.swift index 1d5af4998d3..d00004082f6 100644 --- a/extension/llm/apple/ExecuTorchLLM/__tests__/MultimodalRunnerTest.swift +++ b/extension/llm/apple/ExecuTorchLLM/__tests__/MultimodalRunnerTest.swift @@ -123,6 +123,7 @@ class MultimodalRunnerTest: XCTestCase { MultimodalInput(String(format: chatTemplate, userPrompt)), ], Config { $0.sequenceLength = sequenceLength + $0.temperature = 0 }) { token in text += token if token == "" { @@ -143,6 +144,7 @@ class MultimodalRunnerTest: XCTestCase { MultimodalInput(String(format: chatTemplate, userPrompt)), ], Config { $0.sequenceLength = sequenceLength + $0.temperature = 0 }) { token in text += token if token == "" {