Skip to content

Commit 22a217f

Browse files
authored
[Cherry-Pick][CI] Align with Paddle layer_norm kernel update(#7056) (#7205)
1 parent c735f76 commit 22a217f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/test_Qwen3VLMoe_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_consistency_between_runs(api_url, headers, consistent_payload):
173173
content1 = result1["choices"][0]["message"]["content"]
174174

175175
# base result
176-
content2 = "根据您提供的视频帧,我们可以观"
176+
content2 = "根据您提供的视频"
177177

178178
# Verify that result is same as the base result
179179
assert content1.startswith(content2), content1

0 commit comments

Comments
 (0)