We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd1731 commit 720cbe2Copy full SHA for 720cbe2
1 file changed
.ci/scripts/test_llava.sh
@@ -149,7 +149,7 @@ run_and_verify() {
149
150
# verify result.txt
151
RESULT=$(cat result.txt)
152
- EXPECTED_PREFIX="ASSISTANT: image captures a basketball game in progress, with"
+ EXPECTED_PREFIX="ASSISTANT: image is a black and white photo of a basketball game in progress"
153
154
if [[ "${RESULT}" == *"${EXPECTED_PREFIX}"* ]]; then
155
echo "Expected result prefix: ${EXPECTED_PREFIX}"
0 commit comments