#94 · Primary category: Deep Learning Frameworks

xTuring

adapter deep-learning fine-tuning finetuning gen-ai generative-ai gpt-2 gpt-j language-model llama llm lora mistral mixed-precision peft quantization

Build, personalize and control your own LLMs. From data pre-processing to fine-tuning, xTuring provides an easy way to personalize open-source LLMs. Join our discord community: https://discord.gg/TgHXuSJEk6

Project last updated:08/29/26

GitHub Stars

2.7K

Forks

211

Contributors

22

License

Apache-2.0

Why we included this project

xTuring suits teams that want to fine-tune an open-source LLM without hand-assembling the usual stack of training and data-prep code. LoRA and low-precision INT8/INT4 settings sit behind a small API, so adapting a model like LLaMA, Qwen, GPT-J, or GPT-2 to your own instruction data takes roughly a dozen lines of Python, and the same setup runs on a laptop or scales to multi-GPU hardware when you need more capacity. The workflow runs end to end, from loading a checkpoint and preparing an instruction dataset through fine-tuning, generating test outputs, and saving the weights for reuse. That appeals to engineers who know which model they want but would rather not become PEFT experts, and to small teams that want private, locally runnable personalization instead of depending on a hosted fine-tuning service. Built-in evaluation metrics help when comparing a few candidate runs, though teams with heavier experiment-tracking needs can still add their own tooling.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category