There was an error while loading. Please reload this page.
1 parent 3fda9fe commit 0c4ebd4Copy full SHA for 0c4ebd4
1 file changed
swift/Tests/LanguageModelsTests/VLMProtocolTests.swift
@@ -16,7 +16,7 @@ import CoreAI
16
struct MultimodalTypeTests {
17
#if canImport(CoreAI)
18
@Test("EmbeddedInput wraps NDArray with positions")
19
- func embeddedInputBasics() {
+ func embeddedInputBasics() throws {
20
let embeddings = NDArray(
21
shape: [1, 256, 2048],
22
scalarType: .float16
0 commit comments