LevitateOS/llm-toolkit
Generic LoRA fine-tuning toolkit for training and serving language models. Includes scripts for training adapters, validating/augmenting training data, and running an HTTP inference server. Supports 4-bit quantization and Claude-powered thinking annotations.
Platform-specific configuration:
{
"mcpServers": {
"llm-toolkit": {
"command": "npx",
"args": [
"-y",
"llm-toolkit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...