llama-server
CommunityServe local LLMs with llama-server, build your own OpenAI-compatible endpoint.
Authorkwcantrell
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a comprehensive solution for serving local Large Language Models (LLMs) using llama-server, enabling users to create their own OpenAI-compatible endpoint without relying on external services.
Core Features & Use Cases
- Local LLM Serving: Serve a local GGUF LLM over HTTP using llama.cpp's
llama-server. - HTTP API: Access and interact with the OpenAI-compatible REST API for local LLM inference.
- Structured Output: Generate structured output using GBNF grammars, JSON schemas, and tool/function calls.
- Use Case: For instance, you can set up a local LLM server to process and respond to user queries in real-time, without the need for an external API key.
Quick Start
Run the llama-server with the following command to serve a local model:
llama-server -m model.gguf -c 4096 -ngl 99
Dependency Matrix
Required Modules
llama.cpp
Components
scriptsreferencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: llama-server Download link: https://github.com/kwcantrell/rusty-agent/archive/main.zip#llama-server Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.