From e7b9ff03ae33fde580b08a14018c2a21a3b7470d Mon Sep 17 00:00:00 2001 From: "Sun, Xuehao" Date: Wed, 3 Jul 2024 14:54:08 +0800 Subject: [PATCH] fix Signed-off-by: Sun, Xuehao --- .azure-pipelines/template/model-template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/template/model-template.yml b/.azure-pipelines/template/model-template.yml index fa5b76231..f777bf332 100644 --- a/.azure-pipelines/template/model-template.yml +++ b/.azure-pipelines/template/model-template.yml @@ -62,7 +62,6 @@ steps: inputs: targetType: "inline" script: | - pip install requests docker exec ${{ parameters.modelContainerName }} bash -c "cd /neural-compressor/.azure-pipelines/scripts/models \ && python collect_results.py --model=${{ parameters.modelName }} --build_id=$(Build.BuildId)" displayName: Collect Log & Check Results