llama.cpp b9174
llama.cpp b9174 refactors its web UI layer, renaming CMake variables, CLI flags, and internal structs from `webui` to `ui` naming while retaining deprecated backward-compatible aliases.
ui: Restructure repo to use `tools/ui` folder and `ui` / `UI` / `llama-ui` / `LLAMA_UI` naming (#23064) webui: Move static build output from `tools/server/public` to `build/ui` directory refactor: Move to `tools/ui` refactor: rename CMake variables and preprocessor defines Rename LLAMA_BUILD_WEBUI -> LLAMA_BUILD_UI (old kept as deprecated) Rename LLAMA_USE_PREBUILT_WEBUI -> LLAMA_USE_PREBUILT_UI (old kept as deprecated) Backward compat: old vars auto-forward to new ones with DEPRECATION warning Rename internal vars: WEBUI_SOURCE -> UI_SOURCE, WEBUI_SOURCE_DIR -> UI_SOURCE_DIR, etc. Rename HF bucket: LLAMA_WEBUI_HF_BUCKET -> LLAMA_UI_HF_BUCKET Emit both LLAMA_BUILD_WEBUI and LLAMA_BUILD_UI preprocessor defines Emit both LLAMA_WEBUI_DEFAULT_ENABLED and LLAMA_UI_DEFAULT_ENABLED refactor: rename CLI flags (--webui -> --ui) with backward compat Add --ui/--no-ui (old --webui/--no-webui kept as deprecated aliases) Add --ui-config (old --webui-config kept as deprecated alias) Add --ui-config-file (old --webui-config-file kept as deprecated alias) Add --ui-mcp-proxy/--no-ui-mcp-proxy (old --webui-mcp-proxy kept as deprecated) Add new env vars: LLAMA_ARG_UI, LLAMA_ARG_UI_CONFIG…
- github.comllama.cpp b9174primary