Skip to content

Commit 91ab9ed

Browse files
committed
update test case
1 parent 6177770 commit 91ab9ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/LlavaTests/LlavaTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import XCTest
33

44
final class LlavaTests: XCTestCase {
55
func testOmniVlm() {
6-
omnivlm_init("/Users/liute/Downloads/model-q4_0.gguf",
7-
"/Users/liute/Downloads/projector-q4_0.gguf",
6+
omnivlm_init("model-q4_0.gguf",
7+
"projector-q4_0.gguf",
88
"vlm-81-instruct")
99

1010
let startTime = Date()
1111

12-
if let cString = omnivlm_inference("describe the image", "/Users/liute/Downloads/cat.png") {
12+
if let cString = omnivlm_inference("describe the image", "cat.png") {
1313
let res = String(cString: cString)
1414
print("res: \(res)")
1515

0 commit comments

Comments
 (0)