Local Llm Fine Tuning
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add local-llm-fine-tuningQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"local-llm-fine-tuning": {
"command": "npx",
"args": [
"@modelcontextprotocol/local-llm-fine-tuning"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Guides users through the process of preparing datasets and fine-tuning local Large Language Models (LLMs) using techniques like LoRA and QLoRA.
Tags
ai-mlpythongoskill