Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jul 2, 2024
1 parent 1c63a98 commit fd60cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/model-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ parameters:
default:
- bert_base_MRPC
- bert_base_MRPC_dynamic
# - resnet50-v1-12_qdq
# - resnet50-v1-12
- resnet50-v1-12_qdq
- resnet50-v1-12

stages:
# - stage: ONNX_LLM_Models
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/scripts/models/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def main():
data = get_data(args.json_path)
last_data = get_data(args.last_json_path)
data = get_accuracy_ratio(data, last_data)
print(data)
info = {
"url": f"https://dev.azure.com/lpot-inc/onnx-neural-compressor/_build/results?buildId={BUILD_BUILDID}",
"branch": os.getenv("SYSTEM_PULLREQUEST_SOURCEBRANCH"),
Expand Down
6 changes: 3 additions & 3 deletions .azure-pipelines/scripts/models/templates/model.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<th colspan=4>Commit ID</th>
</tr>
<tr>
<td><a href="https://github.com/onnx/neural-compressor.git">ITREX</a></td>
<th colspan=4><a href={{"%s%s"|format("https://github.com/onnx/neural-compressor.git",
<td><a href="https://github.com/onnx/neural-compressor.git">Neural Compressor</a></td>
<th colspan=4><a href={{"%s%s"|format("https://github.com/onnx/neural-compressor/tree/",
info['branch'])}}>{{info['branch'] }}</a>
</th>
<th colspan=4>
<a href={{"%s%s"|format("https://github.com/onnx/neural-compressor.git", info['commit'])}}>{{
<a href={{"%s%s"|format("https://github.com/onnx/neural-compressor/commit/", info['commit'])}}>{{
info['commit'] }}</a>
</th>
</tr>
Expand Down

0 comments on commit fd60cfb

Please sign in to comment.