You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set the expected prefix to be the same as prompt because there's a bug in sdpa_with_kv_cache that causes <unk> tokens.
153
-
if [[ "$(uname)"=="Darwin" ]];then
154
-
EXPECTED_PREFIX="ASSISTANT: image captures a basketball game in progress, with several players on the court. One of the players is dribbling the ball, while the others are in various"
155
-
else
156
-
# set the expected prefix to be the same as prompt because there's a bug in sdpa_with_kv_cache that causes <unk> tokens.
157
-
EXPECTED_PREFIX="ASSISTANT: image"
158
-
fi
148
+
EXPECTED_PREFIX="ASSISTANT: image captures a basketball game in progress, with several players on the court. "
Copy file name to clipboardExpand all lines: .github/scripts/label_utils.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@
22
22
23
23
LABEL_ERR_MSG_TITLE="This PR needs a `release notes:` label"
24
24
LABEL_ERR_MSG=f"""# {LABEL_ERR_MSG_TITLE}
25
-
If your changes are user facing and intended to be a part of release notes, please use a label starting with `release notes:`.
25
+
If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with `release notes:`.
26
26
27
-
If not, please add the `topic: not user facing` label.
27
+
If not, please add the `release notes: none` label.
28
28
29
29
To add a label, you can comment to pytorchbot, for example
0 commit comments