..
grammar
Handle both int and str types in grammar char processing
2025-07-23 11:52:51 -07:00
callbacks.py
fix: replace bare except clauses with except Exception ( #7400 )
2026-03-04 18:06:17 -03:00
chat.py
API: Add tool call parsing for DeepSeek, GLM, MiniMax, and Kimi models
2026-03-06 15:06:56 -03:00
evaluate.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
exllamav3.py
Several small fixes
2026-03-06 16:52:13 -03:00
exllamav3_hf.py
ExLlamav3_HF: Optimize prefill and fix CFG cache initialization
2026-03-04 11:09:58 -08:00
extensions.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
html_generator.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
image_models.py
Image: Quantize the text encoder for lower VRAM
2025-12-05 13:08:46 -08:00
image_utils.py
Image generation: Safer image uploading
2025-12-03 16:07:51 -08:00
llama_cpp_server.py
Fix llama-server output filter for new log format
2026-03-06 02:38:13 -03:00
loaders.py
llama.cpp: Add --fit-target param
2026-03-06 01:55:48 -03:00
logging_colors.py
Lint
2023-12-19 21:36:57 -08:00
logits.py
Remove ExLlamaV2 backend
2026-03-05 14:02:13 -08:00
LoRA.py
Remove ExLlamaV2 backend
2026-03-05 14:02:13 -08:00
metadata_gguf.py
fix: replace bare except clauses with except Exception ( #7400 )
2026-03-04 18:06:17 -03:00
models.py
Several small fixes
2026-03-06 16:52:13 -03:00
models_settings.py
Remove ExLlamaV2 backend
2026-03-05 14:02:13 -08:00
paths.py
Follow-up to e2548f69: add missing paths module, fix gallery extension
2026-03-06 00:58:03 -03:00
presets.py
API: Add command-line flags to override default generation parameters
2026-03-06 01:36:45 -03:00
prompts.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
sampler_hijack.py
Add adaptive-p sampler and n-gram speculative decoding support
2026-03-04 09:41:29 -08:00
sane_markdown_lists.py
Disable uncommonly used indented codeblocks ( #7401 )
2026-03-04 17:51:00 -03:00
shared.py
Add --chat-template-file flag to override the default instruction template for API requests
2026-03-06 14:04:16 -03:00
tensorrt_llm.py
TensorRT-LLM: Migrate from ModelRunner to LLM API, add concurrent API request support
2026-03-05 18:09:45 -08:00
text_generation.py
TensorRT-LLM: Migrate from ModelRunner to LLM API, add concurrent API request support
2026-03-05 18:09:45 -08:00
torch_utils.py
Remove obsolete DeepSpeed inference code (2023 relic)
2026-03-04 17:20:34 -08:00
training.py
Several small fixes
2026-03-06 16:52:13 -03:00
transformers_loader.py
Remove obsolete DeepSpeed inference code (2023 relic)
2026-03-04 17:20:34 -08:00
ui.py
llama.cpp: Add --fit-target param
2026-03-06 01:55:48 -03:00
ui_chat.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
ui_default.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
ui_file_saving.py
Security: prevent path traversal in character/user/file save and delete
2026-03-06 02:00:10 -03:00
ui_image_generation.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
ui_model_menu.py
llama.cpp: Add --fit-target param
2026-03-06 01:55:48 -03:00
ui_notebook.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
ui_parameters.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
ui_session.py
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
2026-03-05 19:31:10 -08:00
utils.py
Security: prevent path traversal in character/user/file save and delete
2026-03-06 02:00:10 -03:00
web_search.py
Fix web search (attempt)
2025-08-14 12:05:14 -07:00