We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e1697 commit b7b7147Copy full SHA for b7b7147
ci/L0_check_health_vllm/test.sh
@@ -35,7 +35,8 @@ RET=0
35
36
function setup_model_repository {
37
local sample_model_repo_path="../../samples/model_repository"
38
- mkdir -p models && cp -r $sample_model_repo_path/vllm_model models/vllm_opt
+ rm -rf models && mkdir -p models
39
+ cp -r $sample_model_repo_path/vllm_model models/vllm_opt
40
}
41
42
function enable_health_check {
0 commit comments