Skip to content

Commit b7b7147

Browse files
committed
fsasfa
1 parent 67e1697 commit b7b7147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/L0_check_health_vllm/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RET=0
3535

3636
function setup_model_repository {
3737
local sample_model_repo_path="../../samples/model_repository"
38-
mkdir -p models && cp -r $sample_model_repo_path/vllm_model models/vllm_opt
38+
rm -rf models && mkdir -p models
39+
cp -r $sample_model_repo_path/vllm_model models/vllm_opt
3940
}
4041

4142
function enable_health_check {

0 commit comments

Comments
 (0)