r/LocalLLaMA · · 1 min read

I built a local web UI to finetune models on my own text and actually watch the training (works on AMD ROCm)

Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.

I built a local web UI to finetune models on my own text and actually watch the training (works on AMD ROCm)

I wanted to do continued pretraining/finetuning of a local model on my own notes and see what's happening while it trains and do it on my AMD card, since most tools assume CUDA.

llm-training-panel is a local web UI that:

- loads a model from a local dir or a HF id

- shows a live board of per-parameter gradient activity while it trains

- runs base vs trained on the same prompt so you can A/B what changed

- scores recall + verbatim overlap against a probe file

Tested on Linux + AMD ROCm. Results vary with base model/corpus/settings

Feedback welcome.

github.com/limkcreply/llm-training-panel

submitted by /u/Honest-Fun-5279
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/LocalLLaMA