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 4a45093 commit f698c96Copy full SHA for f698c96
.azure-pipelines/ut-3x-pt-fp8.yml
@@ -8,10 +8,8 @@ pr:
8
- master
9
paths:
10
include:
11
- - neural_compressor/common
12
- - setup.py
13
- - requirements_pt.txt
14
- .azure-pipelines/scripts/ut/3x/run_3x_pt_fp8.sh
+ - .azure-pipelines/ut-3x-pt-fp8.yml
15
16
pool: GAUDI
17
@@ -52,7 +50,7 @@ stages:
52
50
dockerConfigName: "gitCloneDockerConfig"
53
51
utScriptFileName: "3x/run_3x_pt_fp8"
54
uploadPath: $(UPLOAD_PATH)
55
- utArtifact: "ut_3x_pt_fp8"
+ utArtifact: "ut_3x_pt_fp8_baseline"
56
57
- stage: Coverage
58
displayName: "Coverage Compare"
0 commit comments