Add longer accuracy test on CI (#1049)

This commit is contained in:
Lianmin Zheng
2024-08-12 02:21:38 -07:00
committed by GitHub
parent 89f23a5178
commit 41598e0d8e
13 changed files with 385 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ suites = {
"minimal": [
"test_chunked_prefill.py",
"test_embedding_openai_server.py",
"test_eval_accuracy.py",
"test_eval_accuracy_mini.py",
"test_large_max_new_tokens.py",
"test_openai_server.py",
"test_skip_tokenizer_init.py",