跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Llm Config

技能 已验证 活跃

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

目的

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

功能

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

使用场景

  • 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.

非目标

  • 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.

安装

请先添加 Marketplace

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

质量评分

已验证
93 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

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.

技能
davila7

Unsloth

100

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

技能
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.

技能
pjt222

Setup

100

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

技能
Yeachan-Heo

Mcp Setup

100

Configure popular MCP servers for enhanced agent capabilities

技能
Yeachan-Heo

Running Claude Code Via Litellm Copilot

100

当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。

技能
xixu-me