text-generation-webui/modules
2024-10-14 13:25:27 -07:00
..
grammar Let grammar escape backslashes (#5865) 2024-05-19 20:26:09 -03:00
AutoGPTQ_loader.py Backend cleanup (#6025) 2024-05-21 13:32:02 -03:00
block_requests.py UI: improve the style of code blocks in light theme 2024-07-20 20:32:57 -07:00
cache_utils.py Fix StreamingLLM when content is removed from the beginning of the prompt 2024-03-14 09:18:54 -07:00
callbacks.py Add Ascend NPU support (basic) (#5541) 2024-04-11 18:42:20 -03:00
chat.py Do not set value for histories in chat when --multi-user is used (#6317) 2024-09-29 01:08:55 -03:00
deepspeed_parameters.py Fix typo in deepspeed_parameters.py (#3222) 2023-07-24 11:17:28 -03:00
evaluate.py Perplexity evaluation: print to terminal after calculation is finished 2024-02-28 19:58:21 -08:00
exllamav2_hf.py Simplify the warning when flash-attn fails to import 2024-09-28 20:33:17 -07:00
exllamav2.py Simplify the warning when flash-attn fails to import 2024-09-28 20:33:17 -07:00
extensions.py Move update_wizard_windows.sh to update_wizard_windows.bat (oops) 2024-03-04 19:26:24 -08:00
github.py Fix several typos in the codebase (#6151) 2024-06-22 21:40:25 -03:00
gradio_hijack.py Bump gradio to 4.23 (#5758) 2024-03-26 16:32:20 -03:00
html_generator.py UI: fix multiline LaTeX equations 2024-07-27 15:36:10 -07:00
llama_cpp_python_hijack.py Fix locally compiled llama-cpp-python failing to import 2024-10-14 13:24:13 -07:00
llamacpp_hf.py Update llama_cpp_python_hijack.py, fix llamacpp_hf 2024-09-30 14:49:21 -07:00
llamacpp_model.py Fix llama.cpp loader not being random (thanks @reydeljuego12345) 2024-10-14 13:07:07 -07:00
loaders.py Add a UI element for enable_tp 2024-10-01 11:16:15 -07:00
logging_colors.py Lint 2023-12-19 21:36:57 -08:00
logits.py Remove unnecessary shared.previous_model_name variable 2024-07-28 18:35:11 -07:00
LoRA.py Don't import PEFT unless necessary 2024-09-03 19:40:53 -07: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 AutoAWQ as a standalone loader 2024-07-23 15:31:17 -07:00
models.py Add warnings for when AutoGPTQ, TensorRT-LLM, or HQQ are missing 2024-09-28 20:30:24 -07:00
one_click_installer_check.py Lint 2023-11-16 18:03:06 -08:00
presets.py Exclude Top Choices (XTC): A sampler that boosts creativity, breaks writing clichés, and inhibits non-verbatim repetition (#6335) 2024-09-27 22:50:12 -03:00
prompts.py Fix "send instruction template to..." buttons (closes #4625) 2023-11-16 18:16:42 -08:00
relative_imports.py Add ExLlama+LoRA support (#2756) 2023-06-19 12:31:24 -03:00
sampler_hijack.py Fix temperature_last when temperature not in sampler priority (#6439) 2024-10-09 11:25:14 -03:00
shared.py ExllamaV2 tensor parallelism to increase multi gpu inference speeds (#6356) 2024-09-28 00:26:03 -03:00
tensorrt_llm.py Add TensorRT-LLM support (#5715) 2024-06-24 02:30:03 -03:00
text_generation.py Lint 2024-10-01 10:21:06 -07:00
training.py Don't import PEFT unless necessary 2024-09-03 19:40:53 -07:00
ui_chat.py UI: remove animation after clicking on "Stop" in the Chat tab 2024-07-27 15:22:34 -07:00
ui_default.py UI: make Default/Notebook contents persist on page reload 2024-07-22 11:07:10 -07:00
ui_file_saving.py Fix the "save preset" event 2024-10-01 11:20:48 -07:00
ui_model_menu.py Add a UI element for enable_tp 2024-10-01 11:16:15 -07:00
ui_notebook.py UI: make Default/Notebook contents persist on page reload 2024-07-22 11:07:10 -07:00
ui_parameters.py Exclude Top Choices (XTC): A sampler that boosts creativity, breaks writing clichés, and inhibits non-verbatim repetition (#6335) 2024-09-27 22:50:12 -03:00
ui_session.py UI: improve the style of code blocks in light theme 2024-07-20 20:32:57 -07:00
ui.py Add a UI element for enable_tp 2024-10-01 11:16:15 -07:00
utils.py Optimize the UI (#6251) 2024-07-21 00:01:42 -03:00