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
oobabooga
5a22970ba8
Docker: fix and clean up configs, update docs
2026-03-04 23:13:47 -03:00
oobabooga
387cf9d8df
Remove obsolete DeepSpeed inference code (2023 relic)
2026-03-04 17:20:34 -08:00
oobabooga
058e78411d
docs: Small changes
2025-12-07 10:16:08 -08:00
oobabooga
160a25165a
docs: Small change
2025-12-06 08:41:12 -08:00
oobabooga
f93cc4b5c3
Add an API example to the image generation tutorial
2025-12-06 08:33:06 -08:00
oobabooga
6411142111
docs: Small changes
2025-12-06 06:36:16 -08:00
oobabooga
17b12567d8
docs: Small changes
2025-12-05 14:15:15 -08:00
oobabooga
e20b2d38ff
docs: Add VRAM measurements for Z-Image-Turbo
2025-12-05 14:12:08 -08:00
oobabooga
eba8a59466
docs: Improve the image generation tutorial
2025-12-05 12:10:41 -08:00
oobabooga
5ad174fad2
docs: Add an image generation API example
2025-12-03 11:58:54 -08:00
oobabooga
b3666e140d
Add image generation support ( #7328 )
2025-12-02 14:55:38 -03:00
oobabooga
73a8a737b2
docs: Improve the multimodal examples slightly
2025-08-13 18:23:18 -07:00
oobabooga
725a8bcf60
Small docs change
2025-08-13 06:49:28 -07:00
oobabooga
331eab81f7
mtmd: Explain base64 inputs in the API docs
2025-08-13 06:46:10 -07:00
oobabooga
2f979ce294
docs: Add a multimodal tutorial
2025-08-12 13:33:49 -07:00
oobabooga
1cb800d392
Docs: small change
2025-08-11 07:37:10 -07:00
oobabooga
c5340533c0
mtmd: Add another API example
2025-08-10 20:39:04 -07:00
oobabooga
4663b1a56e
Update docs
2025-08-09 21:45:50 -07:00
Katehuuh
88127f46c1
Add multimodal support (ExLlamaV3) ( #7174 )
2025-08-08 23:31:16 -03:00
Cats
cd5d867b62
docs: Add Mirostat Explanation ( #7128 )
2025-07-08 17:54:38 -03:00
oobabooga
2f544fe199
Update the keyboard shortcuts documentation
2025-07-08 09:02:42 -07:00
oobabooga
426e7a4cec
Update the extensions documentation
2025-07-07 08:43:01 -07:00
oobabooga
73138a29fa
Small change
2025-06-17 07:49:24 -07:00
oobabooga
87ae09ecd6
Improve the basic API examples
2025-06-17 07:46:58 -07:00
oobabooga
bf7e4a4597
Docs: Add a tool/function calling example (from https://github.com/oobabooga/text-generation-webui/pull/6827#issuecomment-2854716960 )
2025-05-08 16:12:07 -07:00
oobabooga
b976112539
Remove the WSL installation scripts
...
They were useful in 2023 but now everything runs natively on Windows.
2025-04-26 05:02:17 -07:00
SpyTech Labs
fea98f82c5
DOCS FIX: WSL Port Forwarding Loop. ( #6519 )
2025-01-30 14:34:23 -03:00
oobabooga
87de91dd65
Docs: fix an API example
2025-01-25 18:29:11 -08:00
oobabooga
7f8c1c1f07
Docs: update the API examples
2025-01-22 08:48:02 -08:00
joachimchauvet
c24966c591
update API documentation with examples to list/load models ( #5902 )
2024-08-21 15:33:45 -03:00
CharlesCNorton
5993904acf
Fix several typos in the codebase ( #6151 )
2024-06-22 21:40:25 -03:00
rohitanshu
8aaa0a6f4e
Fixed minor typo in docs - Training Tab.md ( #6038 )
2024-05-21 14:52:22 -03:00
oobabooga
bd7cc4234d
Backend cleanup ( #6025 )
2024-05-21 13:32:02 -03:00
Jari Van Melckebeke
8456d13349
[docs] small docker changes ( #5917 )
2024-05-19 20:09:37 -03:00
oobabooga
51fb766bea
Add back my llama-cpp-python wheels, bump to 0.2.65 ( #5964 )
2024-04-30 09:11:31 -03:00
oobabooga
9b623b8a78
Bump llama-cpp-python to 0.2.64, use official wheels ( #5921 )
2024-04-23 23:17:05 -03:00
oobabooga
096f75a432
Documentation: remove obsolete RWKV docs
2024-04-06 14:06:39 -07:00
oobabooga
d423021a48
Remove CTransformers support ( #5807 )
2024-04-04 20:23:58 -03:00
oobabooga
13fe38eb27
Remove specialized code for gpt-4chan
2024-04-04 16:11:47 -07:00
oobabooga
35da6b989d
Organize the parameters tab ( #5767 )
2024-03-28 16:45:03 -03:00
oobabooga
056717923f
Document StreamingLLM
2024-03-10 19:15:23 -07:00
Bartowski
104573f7d4
Update cache_4bit documentation ( #5649 )
...
---------
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2024-03-07 13:08:21 -03:00
oobabooga
527ba98105
Do not install extensions requirements by default ( #5621 )
2024-03-04 04:46:39 -03:00
oobabooga
acfbe6b3b3
Minor doc changes
2024-02-06 06:35:01 -08:00
oobabooga
8a6d9abb41
Small fixes
2024-02-06 06:26:27 -08:00
oobabooga
8c35fefb3b
Add custom sampler order support ( #5443 )
2024-02-06 11:20:10 -03:00
oobabooga
cd4ffd3dd4
Update docs
2024-02-04 18:48:04 -08:00
kalomaze
b6077b02e4
Quadratic sampling ( #5403 )
...
---------
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2024-02-04 00:20:02 -03:00
oobabooga
70648e75e6
Docs: minor change
2024-01-26 06:00:26 -08:00