We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17be2f9 commit 853705eCopy full SHA for 853705e
examples/llava/clip-impl.h
@@ -2,7 +2,7 @@
2
#include "gguf.h"
3
4
#include <climits>
5
-#include <stdarg.h>
+#include <cstdarg>
6
#include <string>
7
#include <map>
8
#include <sstream>
examples/llava/tests.sh
@@ -6,7 +6,7 @@ cd $SCRIPT_DIR
#export LLAMA_CACHE="$SCRIPT_DIR/tmp"
9
-set -eu
+set -eux
10
11
mkdir -p $SCRIPT_DIR/output
12
0 commit comments