aicp-lora

Manage LoRA adapters on loaded base models in LocalAI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-lora
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aicp-lora
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/aicp-lora
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill aicp-lora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage LoRA adapters on loaded base models to enable task-specific specialization.

Core Features & Use Cases

  • List currently attached LoRA adapters per base model.
  • Attach a LoRA adapter to a loaded base model.
  • Diagnose and recover from common LoRA load failures.

Quick Start

Attach a LoRA adapter to the currently loaded base model using aicp --lora-cmd load with the base model and adapter path.

Frequently Asked Questions about aicp-lora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I attach a LoRA adapter to a loaded base model in LocalAI?

Attach a LoRA adapter by running the load command with your base model and adapter path, ensuring the base model is already loaded and the adapter file path is reachable.

Can I list all LoRA adapters currently attached to a base model?

Yes, you can list currently attached LoRA adapters per base model to verify active task-specific specializations and manage loaded runtime modules.

Why does my LoRA adapter fail to load on a base model in LocalAI?

LoRA load failures occur when the base model is not loaded or the adapter path is unreachable; runtime checks diagnose these common LoRA load issues and surface corrective guidance to resolve them.

What do I need to configure before applying LoRA adapters for model management?

You need a loaded base model and a reachable adapter file path, as runtime checks enforce both conditions before allowing LoRA adapter attachment for task-specific specialization.

When do I need LoRA adapters for local inference?

You need LoRA adapters when applying task-specific specialization to a loaded base model, enabling customized inference behaviors without modifying the underlying base model weights.