From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/tools/server/webui/static/favicon.svg | 1 + llama.cpp/tools/server/webui/static/loading.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 llama.cpp/tools/server/webui/static/favicon.svg create mode 100644 llama.cpp/tools/server/webui/static/loading.html (limited to 'llama.cpp/tools/server/webui/static') diff --git a/llama.cpp/tools/server/webui/static/favicon.svg b/llama.cpp/tools/server/webui/static/favicon.svg new file mode 100644 index 0000000..a7ae136 --- /dev/null +++ b/llama.cpp/tools/server/webui/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/llama.cpp/tools/server/webui/static/loading.html b/llama.cpp/tools/server/webui/static/loading.html new file mode 100644 index 0000000..c3fd19a --- /dev/null +++ b/llama.cpp/tools/server/webui/static/loading.html @@ -0,0 +1,12 @@ + + + + + + +
+ The model is loading. Please wait.
+ The user interface will appear soon. +
+ + -- cgit v1.2.3