support models from www.modelscope.cn (#994)

Co-authored-by: mulin.lyh <mulin.lyh@taobao.com>
This commit is contained in:
liuyhwangyh
2024-08-09 17:52:14 +08:00
committed by GitHub
parent 95a28019ba
commit b91a4cb1b1
5 changed files with 84 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ suites = {
"test_vision_openai_server.py",
"test_chunked_prefill.py",
"test_torch_compile.py",
"test_models_from_modelscope.py",
"models/test_generation_models.py",
"models/test_embedding_models.py",
"sampling/penaltylib",