mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-07 20:47:30 +02:00
Wire the model download flow: ModelsService.downloadModel (POST /models) and cancelDownload (DELETE /models), the apiDelete helper, ApiModelsDownloadRequest/Response types, the download_progress SSE payload, and the download_finished/download_failed SSE event kinds matching the server feed. Add modelsHubStore owning the HuggingFace GGUF model list for the discover dialog: curated catalog defaults on open, search replaces the list across all of HuggingFace. Assisted-by: pi