Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Llm Config

Skill Verifiziert Aktiv
Teil von:Ruflo Ruvllm

Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation

Zweck

To provide users with precise control over their local RuVLLM inference setup, enabling model selection and tailored fine-tuning for specific tasks.

Funktionen

  • Configure RuVLLM local inference
  • Model selection for local LLMs
  • MicroLoRA adapter creation and adaptation
  • SONA real-time adaptation setup

Anwendungsfälle

  • When needing to set up a local LLM environment with specific model requirements.
  • To create custom adapters for task-specific fine-tuning using MicroLoRA.
  • When implementing real-time adaptation of LLM behavior with SONA.
  • To manage and inspect the current state of RuVLLM configuration.

Nicht-Ziele

  • Managing cloud-based LLM deployments.
  • General purpose code generation or analysis outside of LLM configuration.
  • Directly training LLMs from scratch without using provided adapter methods.

Practical Utility

  • info:Usage examplesWhile the argument hints and allowed tools are specified, concrete end-to-end examples demonstrating input, invocation, and output for the different configuration scenarios are not explicitly provided in the SKILL.md.
  • info:Edge casesThe SKILL.md outlines the primary steps for configuration but does not explicitly document failure modes, limitations, or recovery steps for scenarios like invalid model names or adapter configurations.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-ruvllm@ruflo

Qualitätspunktzahl

Verifiziert
93 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Implementing Llms Litgpt

100

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.

Skill
davila7

Unsloth

100

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

Skill
davila7

Setup Tailwind Typescript

100

Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.

Skill
pjt222

Setup

100

Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow

Skill
Yeachan-Heo

Mcp Setup

100

Configure popular MCP servers for enhanced agent capabilities

Skill
Yeachan-Heo

Running Claude Code Via Litellm Copilot

100

Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.

Skill
xixu-me