r/LocalLLaMA · · 1 min read

GitHub - kallewoof/tftf: Transforming Transformers -- ultra light-weight pipeline for enormous transformer model manipulation with minimal overhead

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

Working with large models that don't fit in your VRAM+RAM is extremely annoying when you want to do things like LoRA merging or converting between formats, so I started the tftf (transforming transformers) project.

The idea is simple: do all operations on a per tensor level. Never load "everything" into (V)RAM. This tool is mostly aimed at people who finetune models, especially big models.

Vibe-coded for the most part, but figured I'd post it, since it is probably useful to finetuners.

submitted by /u/kallewoof
[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