From 55e6a0eabc1a59b973c42d08f4b7b52ca4144cdf Mon Sep 17 00:00:00 2001 From: Christopher Maher Date: Wed, 4 Mar 2026 20:41:16 -0800 Subject: [PATCH] Add LLMKube to software list --- software/llmkube.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/llmkube.yml diff --git a/software/llmkube.yml b/software/llmkube.yml new file mode 100644 index 0000000000..b9fa1385e0 --- /dev/null +++ b/software/llmkube.yml @@ -0,0 +1,12 @@ +name: LLMKube +website_url: https://github.com/defilantech/LLMKube +source_code_url: https://github.com/defilantech/LLMKube +description: Kubernetes operator for llama.cpp-native LLM inference with GPU scheduling, Apple Silicon Metal support, and OpenAI-compatible API. +licenses: + - Apache-2.0 +platforms: + - Go + - Docker + - K8s +tags: + - Generative Artificial Intelligence (GenAI)