Skip to content

Commit 0c4ebd4

Browse files
committed
Fix test: mark embeddedInputBasics as throws
1 parent 3fda9fe commit 0c4ebd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swift/Tests/LanguageModelsTests/VLMProtocolTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import CoreAI
1616
struct MultimodalTypeTests {
1717
#if canImport(CoreAI)
1818
@Test("EmbeddedInput wraps NDArray with positions")
19-
func embeddedInputBasics() {
19+
func embeddedInputBasics() throws {
2020
let embeddings = NDArray(
2121
shape: [1, 256, 2048],
2222
scalarType: .float16

0 commit comments

Comments
 (0)