Skip to content

Commit d303c1e

Browse files
authored
fix: bump snaps for mllama (#3202)
1 parent 12ea8d7 commit d303c1e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

integration-tests/models/__snapshots__/test_mllama/test_mllama_load.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"usage": null
1515
}
1616
],
17-
"created": 1739290197,
17+
"created": 1746054921,
1818
"id": "",
1919
"model": "meta-llama/Llama-3.2-11B-Vision-Instruct",
2020
"object": "chat.completion",
21-
"system_fingerprint": "3.1.1-dev0-native",
21+
"system_fingerprint": "3.2.3-dev0-native",
2222
"usage": {
2323
"completion_tokens": 10,
2424
"prompt_tokens": 45,
@@ -40,11 +40,11 @@
4040
"usage": null
4141
}
4242
],
43-
"created": 1739290197,
43+
"created": 1746054921,
4444
"id": "",
4545
"model": "meta-llama/Llama-3.2-11B-Vision-Instruct",
4646
"object": "chat.completion",
47-
"system_fingerprint": "3.1.1-dev0-native",
47+
"system_fingerprint": "3.2.3-dev0-native",
4848
"usage": {
4949
"completion_tokens": 10,
5050
"prompt_tokens": 45,

integration-tests/models/__snapshots__/test_mllama/test_mllama_simpl.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"index": 0,
66
"logprobs": null,
77
"message": {
8-
"content": "A chicken sits on a pile of money, looking",
8+
"content": "A chicken stands on a pile of money, looking",
99
"name": null,
1010
"role": "assistant",
1111
"tool_calls": null
1212
},
1313
"usage": null
1414
}
1515
],
16-
"created": 1739290152,
16+
"created": 1746054919,
1717
"id": "",
1818
"model": "meta-llama/Llama-3.2-11B-Vision-Instruct",
1919
"object": "chat.completion",
20-
"system_fingerprint": "3.1.1-dev0-native",
20+
"system_fingerprint": "3.2.3-dev0-native",
2121
"usage": {
2222
"completion_tokens": 10,
2323
"prompt_tokens": 45,

integration-tests/models/test_mllama.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def test_mllama_simpl(mllama, response_snapshot):
4848
}
4949
assert (
5050
response.choices[0].message.content
51-
== "A chicken sits on a pile of money, looking"
51+
== "A chicken stands on a pile of money, looking"
5252
)
5353
assert response == response_snapshot
5454

0 commit comments

Comments
 (0)