Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jul 3, 2024
1 parent 7a4e580 commit 37f8944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/template/model-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
source: "specific"
artifact: "FinalReport"
patterns: "**.json"
path: $(Build.SourcesDirectory)/.azure-pipelines/scripts/models/refer_summary.json
path: $(Build.SourcesDirectory)/.azure-pipelines/scripts/models/
project: $(System.TeamProject)
pipeline: "onc model test"
runVersion: "specific"
Expand Down Expand Up @@ -65,7 +65,7 @@ steps:
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
displayName: Collect Log & Check Results

- task: PublishPipelineArtifact@1
inputs:
Expand Down

0 comments on commit 37f8944

Please sign in to comment.