text-generation-webui/modules
2024-01-26 11:10:57 -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 Dynamic Temperature HF loader support (#5174) 2024-01-07 10:36:26 -03:00
chat.py Lint 2024-01-09 16:27:50 -08:00
ctransformers_model.py Fix ctransformers model unload (#3711) 2023-08-27 10:53:48 -03:00
deepspeed_parameters.py Fix typo in deepspeed_parameters.py (#3222) 2023-07-24 11:17:28 -03:00
evaluate.py Add a warning about ppl evaluation without --no_use_fast 2023-12-18 18:09:24 -08:00
exllamav2.py Bump exllamav2 to 0.0.12 (#5352) 2024-01-22 22:40:12 -03:00
exllamav2_hf.py Add --num_experts_per_token parameter (ExLlamav2) (#4955) 2023-12-17 12:08:33 -03:00
extensions.py UI: Do not save unchanged extension settings to settings.yaml 2024-01-10 03:48:30 -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 Lint 2024-01-22 03:25:55 -08:00
llamacpp_hf.py Dynamic Temperature HF loader support (#5174) 2024-01-07 10:36:26 -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 Bump exllamav2 to 0.0.12 (#5352) 2024-01-22 22:40:12 -03:00
logging_colors.py Lint 2023-12-19 21:36:57 -08:00
logits.py Dynamic Temperature HF loader support (#5174) 2024-01-07 10:36:26 -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.py added trust_remote_code to deepspeed init loaderClass (#5237) 2024-01-26 11:10:57 -03:00
models_settings.py Remove RWKV loader (#5130) 2023-12-31 02:01:40 -03: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 dynatemp_low, dynatemp_high, dynatemp_exponent parameters (#5209) 2024-01-08 23:28:35 -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
RoPE.py Lint 2024-01-09 16:27:50 -08:00
sampler_hijack.py dynatemp_low, dynatemp_high, dynatemp_exponent parameters (#5209) 2024-01-08 23:28:35 -03:00
shared.py Add prompt_lookup_num_tokens parameter (#5296) 2024-01-17 17:09:36 -03:00
text_generation.py Fix logprobs tokens in OpenAI API (#5339) 2024-01-22 08:07:42 -03:00
training.py LoRA: Fix error "Attempting to unscale FP16 gradients" when training (#5268) 2024-01-17 17:11:49 -03:00
ui.py Add prompt_lookup_num_tokens parameter (#5296) 2024-01-17 17:09:36 -03:00
ui_chat.py Lint 2024-01-09 16:27:50 -08:00
ui_default.py Improve --multi-user mode 2023-09-26 06:42:33 -07:00
ui_file_saving.py Improve the file saving/deletion menus 2024-01-09 06:33:47 -08:00
ui_model_menu.py UI: change n_gpu_layers maximum to 256 for larger models. (#5262) 2024-01-17 17:13:16 -03:00
ui_notebook.py Improve --multi-user mode 2023-09-26 06:42:33 -07:00
ui_parameters.py Add prompt_lookup_num_tokens parameter (#5296) 2024-01-17 17:09:36 -03:00
ui_session.py Save light/dark theme on "Save UI defaults to settings.yaml" 2024-01-09 04:20:10 -08:00
utils.py Change some log messages when deleting files 2024-01-09 03:32:01 -08:00