| .. |
|
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
|
UI: Fix the instruction template delete dialog not appearing
|
2026-03-17 22:52:32 -07: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
|
Add native logit_bias and logprobs support for ExLlamav3
|
2026-03-10 11:03:25 -03:00 |
|
exllamav3_hf.py
|
Fix ExLlamaV3 EOS handling, load order, and perplexity evaluation
|
2026-03-09 23:56:38 -03:00 |
|
extensions.py
|
Refactor to not import gradio in --nowebui mode
|
2026-03-09 19:29:24 -07:00 |
|
html_generator.py
|
UI: Fix multiple thinking blocks rendering as raw text in HTML generator
|
2026-03-13 15:47:11 -03:00 |
|
image_models.py
|
Image: Quantize the text encoder for lower VRAM
|
2025-12-05 13:08:46 -08:00 |
|
image_utils.py
|
Security: server-side file save roots, image URL SSRF protection, extension allowlist
|
2026-03-17 22:29:35 -07:00 |
|
llama_cpp_server.py
|
llama.cpp: Support literal flags in --extra-flags (e.g. --rpc, --jinja)
|
2026-03-17 19:47:55 -07:00 |
|
loaders.py
|
Remove the rope scaling parameters
|
2026-03-14 19:43:25 -07: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
|
Change the default ctx-size to 0 (auto) for llama.cpp
|
2026-03-14 15:30:01 -07:00 |
|
models_settings.py
|
Fix file handle leaks and redundant re-read in get_model_metadata (#7422)
|
2026-03-17 22:06:05 -03:00 |
|
paths.py
|
Portable mode: always use ../user_data if it exists
|
2026-03-06 18:04:48 -08:00 |
|
presets.py
|
Move top_p and top_k higher up in the UI and CLI help
|
2026-03-15 09:34:17 -07:00 |
|
prompts.py
|
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
|
2026-03-05 19:31:10 -08:00 |
|
reasoning.py
|
API: Remove leading spaces from post-reasoning content
|
2026-03-18 07:36:11 -07: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
|
llama.cpp: Support literal flags in --extra-flags (e.g. --rpc, --jinja)
|
2026-03-17 19:47:55 -07: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
|
Address copilot feedback
|
2026-03-12 19:55:20 -07:00 |
|
tool_parsing.py
|
Optimize tool call detection
|
2026-03-14 12:09:41 -07:00 |
|
tool_use.py
|
Clean up tool calling code
|
2026-03-13 18:27:01 -07:00 |
|
torch_utils.py
|
Remove obsolete DeepSpeed inference code (2023 relic)
|
2026-03-04 17:20:34 -08:00 |
|
training.py
|
training: Remove arbitrary higher_rank_limit parameter
|
2026-03-16 16:05:43 -07:00 |
|
transformers_loader.py
|
fix: mutable default argument in LogitsBiasProcessor (#7426)
|
2026-03-17 22:03:48 -03:00 |
|
ui.py
|
UI: Modernize the Gradio theme
|
2026-03-16 19:33:54 -07:00 |
|
ui_chat.py
|
Security: server-side file save roots, image URL SSRF protection, extension allowlist
|
2026-03-17 22:29:35 -07: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: server-side file save roots, image URL SSRF protection, extension allowlist
|
2026-03-17 22:29:35 -07:00 |
|
ui_image_generation.py
|
Fix GPT-OSS channel markup leaking into UI when model skips analysis block
|
2026-03-14 09:08:05 -07:00 |
|
ui_model_menu.py
|
llama.cpp: Support literal flags in --extra-flags (e.g. --rpc, --jinja)
|
2026-03-17 19:47:55 -07: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
|
Move top_p and top_k higher up in the UI and CLI help
|
2026-03-15 09:34:17 -07:00 |
|
ui_session.py
|
Security: server-side file save roots, image URL SSRF protection, extension allowlist
|
2026-03-17 22:29:35 -07:00 |
|
utils.py
|
Security: server-side file save roots, image URL SSRF protection, extension allowlist
|
2026-03-17 22:29:35 -07:00 |
|
web_search.py
|
web search: Update the user agents
|
2026-03-17 05:41:05 -07:00 |