From 16748eff8952a3bcd1b95f30b5cbde61ec63f84a Mon Sep 17 00:00:00 2001 From: Ivan Charapanau <38184623+av@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:12:15 +0100 Subject: [PATCH] Add LLM Harbor (#1687) Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/llm-harbor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/llm-harbor.yml diff --git a/software/llm-harbor.yml b/software/llm-harbor.yml new file mode 100644 index 0000000000..ff86c8290b --- /dev/null +++ b/software/llm-harbor.yml @@ -0,0 +1,11 @@ +name: "LLM Harbor" +website_url: "https://github.com/av/harbor" +source_code_url: "https://github.com/av/harbor" +description: "Containerized LLM toolkit. Run LLM backends, APIs, frontends, and additional services via a concise CLI." +licenses: + - Apache-2.0 +platforms: + - Docker + - Shell +tags: + - Generative Artificial Intelligence (GenAI)