Skip to content

Commit a299924

Browse files
committed
kernel_patch_verify: Print the model used as well
It is useful to check what model was used in report as well when using patchwise Signed-off-by: Nishanth Menon <[email protected]>
1 parent 46d4d81 commit a299924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel_patch_verify

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ report_end() {
709709
echo "version of $app:"
710710
if [ "$app" = "patchwise" ]; then
711711
python3 -m pip list|grep 'patchwise'
712+
echo "MODEL used: $OPENAI_API_MODEL"
712713
continue
713714
fi
714715
which "$app" 2>&1

0 commit comments

Comments
 (0)