From e703d743a9531292a2bd3337972baed9cafdc9c6 Mon Sep 17 00:00:00 2001 From: zhulin1 Date: Tue, 27 Feb 2024 15:12:27 +0800 Subject: [PATCH] compress pictures and add more testcase into daily run --- tests/test_hf_model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_hf_model.py b/tests/test_hf_model.py index ec93217..f8d30d3 100644 --- a/tests/test_hf_model.py +++ b/tests/test_hf_model.py @@ -9,8 +9,6 @@ prompts = ['你好', "what's your name"] def assert_model(response): assert len(response) != 0 assert 'UNUSED_TOKEN' not in response - assert 'Mynameis' not in response - assert 'Iama' not in response class TestChat: