text-generation-webui/docs
oobabooga 45188eccef Overhaul LoRA training tab
- Use peft's "all-linear" for target modules instead of the old
  model_to_lora_modules mapping (only knew ~39 model types)
- Add "Target all linear layers" checkbox, on by default
- Fix labels in tokenize() — were [1]s instead of actual token IDs
- Replace DataCollatorForLanguageModeling with custom collate_fn
- Raw text: concatenate-and-split instead of overlapping chunks
- Adapter backup/loading: check safetensors before bin
- Fix report_to=None crash on transformers 5.x
- Fix no_cuda deprecation for transformers 5.x (use use_cpu)
- Move torch.compile before Trainer init
- Add remove_unused_columns=False (torch.compile breaks column detection)
- Guard against no target modules selected
- Set tracked.did_save so we don't always save twice
- pad_token_id: fall back to eos_token_id instead of hardcoding 0
- Drop MODEL_CLASSES, split_chunks, cut_chunk_for_newline
- Update docs
2026-03-05 10:52:59 -03:00
..
01 - Chat Tab.md Docs: minor update 2023-12-12 14:11:13 -08:00
02 - Default and Notebook Tabs.md Fix several typos in the codebase (#6151) 2024-06-22 21:40:25 -03:00
03 - Parameters Tab.md docs: Add Mirostat Explanation (#7128) 2025-07-08 17:54:38 -03:00
04 - Model Tab.md Backend cleanup (#6025) 2024-05-21 13:32:02 -03:00
05 - Training Tab.md Overhaul LoRA training tab 2026-03-05 10:52:59 -03:00
06 - Session Tab.md Use standard hyphens in filenames (#4576) 2023-11-15 20:29:00 -03:00
07 - Extensions.md Update the extensions documentation 2025-07-07 08:43:01 -07:00
08 - Additional Tips.md Remove obsolete DeepSpeed inference code (2023 relic) 2026-03-04 17:20:34 -08:00
09 - Docker.md Docker: fix and clean up configs, update docs 2026-03-04 23:13:47 -03:00
11 - AMD Setup.md Use standard hyphens in filenames (#4576) 2023-11-15 20:29:00 -03:00
12 - OpenAI API.md docs: Add an image generation API example 2025-12-03 11:58:54 -08:00
13 - Keyboard Shortcuts.md Update the keyboard shortcuts documentation 2025-07-08 09:02:42 -07:00
Image Generation Tutorial.md docs: Small changes 2025-12-07 10:16:08 -08:00
Multimodal Tutorial.md docs: Add a multimodal tutorial 2025-08-12 13:33:49 -07:00
README.md Fix several typos in the codebase (#6151) 2024-06-22 21:40:25 -03:00
What Works.md Backend cleanup (#6025) 2024-05-21 13:32:02 -03:00

These files are a mirror of the documentation at:

https://github.com/oobabooga/text-generation-webui/wiki

It is recommended to browse it there. Contributions can be sent here and will later be synced with the wiki.