Merge LoRA low-rank factors into a dense weight and verify deployment-equivalent inference.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill lora_merge_latency --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lora Merge Latency?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-lora-merge-latency)More formats (shields.io, HTML) on the badges page.
---
name: lora_merge_latency
description: Merge LoRA low-rank factors into a dense weight and verify deployment-equivalent inference.
---
# LoRA Merge Latency
Use this skill when deploying or validating LoRA without extra inference latency. It consumes a base weight and trained factors and emits a merged dense matrix plus equivalence checks.
## Inputs
`W0`, `A`, `B`, `alpha`, and test inputs.
## Outputs
Merged weight `W`, unmerged-vs-merged maximum error, and optional restored base weight.
## Workflow
Compute `W = W0 + (alpha/r) BA`, run the ordinary dense layer, compare it with the unmerged LoRA forward pass, and record a tight numerical tolerance.
## Validation
Run the included tests or validate the skill tree with tests.
## Limitations
Merging one adapter at a time is appropriate for single-task batches; mixed adapters may require unmerged dynamic routing.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!