mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[XPU][CI]Change W4A8 Case Base Value (#5309)
This commit is contained in:
@@ -36,7 +36,7 @@ def test_w4a8():
|
||||
)
|
||||
print(response.choices[0].message.content)
|
||||
# print(base_response)
|
||||
assert any(keyword in response.choices[0].message.content for keyword in ["人工智能", "文心一言"])
|
||||
assert any(keyword in response.choices[0].message.content for keyword in ["人工智能", "文心一言", "小度"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user