Skip to content

Commit fb0ef54

Browse files
authored
Swap updatePR.py for makePRSuggestion,py in lowq2 upload_onnx job (#212)
1 parent 007f079 commit fb0ef54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/lowq2_reconstruction/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ upload_onnx:lowq2_reconstruction:
103103
- tar zxf pelican_Linux_x86_64.tar.gz
104104
- ./pelican-*/pelican object copy $LOWQ2_ONNX_FILE $ONNX_URL
105105
- echo "Updating PR with lowq2 reconstruction results"
106-
- python benchmarks/lowq2_reconstruction/updatePR.py --pr $GITHUB_PR --url "$ONNX_URL" \
106+
- python benchmarks/lowq2_reconstruction/makePRSuggestion.py --pr $GITHUB_PR --newURL "$ONNX_URL" \
107107
--githubToken $GITHUB_REPO_POST_COMMENT --calibrationFile calibrations/onnx/Low-Q2_Steering_Reconstruction.onnx \
108108
--xml compact/calibrations.xml --repository $GITHUB_REPOSITORY
109109
- echo "Updating GitHub status for lowq2 reconstruction"

0 commit comments

Comments
 (0)