AI & ML
Trust: 25/100 (Limited)Tuning Engines - LLM Fine-Tuning Guide
Fine-tune LLMs from your AI assistant. Submit jobs, manage models, and monitor costs.
Quick Start
Install
npx tuningengines-cliClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cerebrixos-tuning-engines": {
"command": "npx",
"args": [
"tuningengines-cli"
]
}
}
}