From fdda98072cfe21016a513625f11937c8d11452ce Mon Sep 17 00:00:00 2001 From: mozhou52 Date: Fri, 17 Oct 2025 13:40:47 +0800 Subject: [PATCH] fix: model e2e test --- __tests__/e2e/ci-mac-linux.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/__tests__/e2e/ci-mac-linux.sh b/__tests__/e2e/ci-mac-linux.sh index e595b7a9..a8902832 100755 --- a/__tests__/e2e/ci-mac-linux.sh +++ b/__tests__/e2e/ci-mac-linux.sh @@ -31,11 +31,10 @@ echo "test model download" cd model pip install -r requirements.txt export fc_component_function_name=model-$(uname)-$(uname -m)-$RANDSTR -# export artifact_endpoint=devs-pre.cn-hangzhou.aliyuncs.com python deploy_and_test_model.py --model-id iic/cv_LightweightEdge_ocr-recognitoin-general_damo --region cn-shanghai --auto-cleanup python deploy_and_test_model.py --model-id Qwen/Qwen2.5-0.5B-Instruct --region cn-shanghai --auto-cleanup -# python deploy_and_test_model.py --model-id iic/cv_LightweightEdge_ocr-recognitoin-general_damo --region cn-shanghai --storage oss --auto-cleanup -# python deploy_and_test_model.py --model-id Qwen/Qwen2.5-0.5B-Instruct --region cn-shanghai --storage oss --auto-cleanup +python deploy_and_test_model.py --model-id iic/cv_LightweightEdge_ocr-recognitoin-general_damo --region cn-shanghai --storage oss --auto-cleanup +python deploy_and_test_model.py --model-id Qwen/Qwen2.5-0.5B-Instruct --region cn-shanghai --storage oss --auto-cleanup cd .. echo "test go runtime"