aboutsummaryrefslogtreecommitdiff
path: root/examples/main
diff options
context:
space:
mode:
authorStephan Walter <stephan@walter.name>2023-04-22 10:54:13 +0000
committerGitHub <noreply@github.com>2023-04-22 10:54:13 +0000
commitc50b628810f36a3e6e0324371f6db579eacefa0e (patch)
treeb898992edc4c272bc0705684e6eaa926d26b219f /examples/main
parent5f939498d517b4dddbe904f202e895a3ecfb9dc4 (diff)
Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122)
Diffstat (limited to 'examples/main')
-rw-r--r--examples/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main/main.cpp b/examples/main/main.cpp
index 6d79a7e..decf41a 100644
--- a/examples/main/main.cpp
+++ b/examples/main/main.cpp
@@ -94,7 +94,7 @@ int main(int argc, char ** argv) {
// params.prompt = R"(// this function checks if the number n is prime
//bool is_prime(int n) {)";
-
+
llama_context * ctx;
g_ctx = &ctx;