text-generation-webui/modules
2024-01-03 22:39:41 -03:00
..
grammar Better HF grammar implementation (#4953) 2023-12-17 02:01:23 -03:00
AutoGPTQ_loader.py AutoGPTQ: Add --disable_exllamav2 flag (Mixtral CPU offloading needs this) 2023-12-15 06:46:13 -08:00
block_requests.py Bump to latest gradio (3.47) (#4258) 2023-10-10 22:20:49 -03:00
callbacks.py Revert "Update callbacks.py to show tracebacks on ValueError (#4892)" 2023-12-12 11:47:11 -08:00
chat.py Fix loading latest history for file names with dots (#5162) 2024-01-03 22:39:41 -03:00
ctransformers_model.py
deepspeed_parameters.py
evaluate.py Add a warning about ppl evaluation without --no_use_fast 2023-12-18 18:09:24 -08:00
exllamav2_hf.py Add --num_experts_per_token parameter (ExLlamav2) (#4955) 2023-12-17 12:08:33 -03:00
exllamav2.py Fix EOS being ignored in ExLlamav2 after previous commit 2023-12-20 07:54:06 -08:00
extensions.py Improve several log messages 2023-12-19 20:54:32 -08:00
github.py Lint 2023-09-25 20:31:11 -07:00
GPTQ_loader.py Improve several log messages 2023-12-19 20:54:32 -08:00
html_generator.py Gallery improvements (#4789) 2023-12-03 22:45:50 -03:00
llamacpp_hf.py Add llama-cpp-python wheels with tensor cores support (#5003) 2023-12-19 17:30:53 -03:00
llamacpp_model.py Add llama-cpp-python wheels with tensor cores support (#5003) 2023-12-19 17:30:53 -03:00
loaders.py Remove exllamav1 loaders (#5128) 2023-12-31 01:57:06 -03:00
logging_colors.py Lint 2023-12-19 21:36:57 -08:00
logits.py Remove exllamav1 loaders (#5128) 2023-12-31 01:57:06 -03:00
LoRA.py Remove exllamav1 loaders (#5128) 2023-12-31 01:57:06 -03:00
metadata_gguf.py llama.cpp: read instruction template from GGUF metadata (#4975) 2023-12-18 01:51:58 -03:00
models_settings.py Remove RWKV loader (#5130) 2023-12-31 02:01:40 -03:00
models.py Minor style changes 2024-01-01 16:00:22 -08:00
monkey_patch_gptq_lora.py fix lora training with alpaca_lora_4bit (#3853) 2023-09-11 01:22:20 -03:00
one_click_installer_check.py Lint 2023-11-16 18:03:06 -08:00
presets.py Parameters: change max_new_tokens & repetition_penalty_range defaults (#4842) 2023-12-07 20:04:52 -03:00
prompts.py Fix "send instruction template to..." buttons (closes #4625) 2023-11-16 18:16:42 -08:00
relative_imports.py
RoPE.py
sampler_hijack.py Add temperature_last parameter (#4472) 2023-11-04 13:09:07 -03:00
shared.py Remove deprecated command-line flags (#5131) 2023-12-31 02:07:48 -03:00
text_generation.py Remove RWKV loader (#5130) 2023-12-31 02:01:40 -03:00
training.py Fix various bugs for LoRA training (#5161) 2024-01-03 20:42:20 -03:00
ui_chat.py Rmove an unncecessary exception 2024-01-02 07:20:59 -08:00
ui_default.py Improve --multi-user mode 2023-09-26 06:42:33 -07:00
ui_file_saving.py Refresh the Preset menu after saving a preset 2023-11-18 14:03:42 -08:00
ui_model_menu.py Update some UI messages 2023-12-30 21:31:17 -08:00
ui_notebook.py Improve --multi-user mode 2023-09-26 06:42:33 -07:00
ui_parameters.py Increase max_updates_second maximum value 2023-12-24 13:29:47 -08:00
ui_session.py Jinja templates for Instruct and Chat (#4874) 2023-12-12 17:23:14 -03:00
ui.py UI: add "Maximum UI updates/second" parameter 2023-12-24 09:17:40 -08:00
utils.py UI: update "Saved instruction templates" dropdown after loading template 2023-12-17 21:19:06 -08:00