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 == "" {