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
Copy file name to clipboardexpand all lines: .github/workflows/causal_lm_cpp.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -780,7 +780,7 @@ jobs:
780
780
run: |
781
781
source ./ov/setupvars.sh
782
782
export PYTHONPATH=./build/:$PYTHONPATH
783
-
python ./samples/python/visual_language_chat/visual_language_chat.py ./MiniCPM-V-2_6/ cat_img/cat.jpg <<< $'What is on the image?\nWhat is special on the image?'
783
+
./samples/python/visual_language_chat/visual_language_chat.py ./MiniCPM-V-2_6/ cat_img/cat.jpg <<< $'What is on the image?\nWhat is special on the image?'
0 commit comments