| .. |
|
api
|
API: Fix IPv6 address formatting
|
2026-04-06 10:07:52 -07:00 |
|
grammar
|
Add missing __init__.py to modules/grammar
|
2026-03-20 16:04:57 -03:00 |
|
callbacks.py
|
Minor cleanup
|
2026-03-20 07:20:26 -07:00 |
|
chat.py
|
UI: Add MCP server support
|
2026-04-05 19:46:01 -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
|
API: Optimize prompt logprobs and refactor ExLlamav3 forward pass
|
2026-04-02 14:31:11 -03:00 |
|
exllamav3_hf.py
|
Fix ExLlamav3 OOM on prompt logprobs and qwen3_5_moe HF compat
|
2026-04-01 19:44:55 -07:00 |
|
extensions.py
|
Several small code simplifications
|
2026-03-30 19:36:03 -07:00 |
|
html_generator.py
|
Pre-compile LaTeX regex in html_generator.py
|
2026-04-04 23:51:15 -07:00 |
|
image_models.py
|
Fix image generation: default to SDPA attention backend
|
2026-04-05 20:03:06 -07: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
|
Fix "address already in use" on server restart (Linux/macOS)
|
2026-04-05 16:42:27 -07:00 |
|
loaders.py
|
Fix portable builds not starting due to missing ik element
|
2026-04-02 19:14:50 -07:00 |
|
logging_colors.py
|
Lint
|
2023-12-19 21:36:57 -08:00 |
|
logits.py
|
Fix --idle-timeout issues with encode/decode and parallel generation
|
2026-03-25 06:37:45 -07: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
|
Rename "truncation length" to "context length" in logs
|
2026-03-25 07:21:02 -07:00 |
|
models_settings.py
|
API: add instruction_template support to the model load endpoint
|
2026-04-06 07:02:53 -07: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
|
fix(security): sanitize filenames in all prompt file operations (CWE-22) (#7462)
|
2026-04-03 19:36:50 -03:00 |
|
reasoning.py
|
Fix GPT-OSS tag leak during streaming between thinking and tool calls
|
2026-04-06 12:06:28 -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
|
Fix image generation: default to SDPA attention backend
|
2026-04-05 20:03:06 -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
|
Fix --idle-timeout issues with encode/decode and parallel generation
|
2026-03-25 06:37:45 -07:00 |
|
tool_parsing.py
|
Fix GPT-OSS tag leak during streaming between thinking and tool calls
|
2026-04-06 12:06:28 -07:00 |
|
tool_use.py
|
UI: Add MCP server support
|
2026-04-05 19:46:01 -07:00 |
|
torch_utils.py
|
Remove obsolete DeepSpeed inference code (2023 relic)
|
2026-03-04 17:20:34 -08:00 |
|
training.py
|
UI: Make accordion outline styling global
|
2026-04-04 20:13:20 -07:00 |
|
transformers_loader.py
|
Don't pass torch_dtype to transformers, autodetect from model config
|
2026-04-02 00:44:14 -03:00 |
|
ui.py
|
UI: Add MCP server support
|
2026-04-05 19:46:01 -07:00 |
|
ui_chat.py
|
UI: Add MCP server support
|
2026-04-05 19:46:01 -07:00 |
|
ui_default.py
|
fix(security): sanitize filenames in all prompt file operations (CWE-22) (#7462)
|
2026-04-03 19:36:50 -03:00 |
|
ui_file_saving.py
|
Use logger.exception() instead of traceback.print_exc() for error messages
|
2026-03-18 20:42:20 -07:00 |
|
ui_image_generation.py
|
Image generation: Embed generation metadata in API image responses
|
2026-04-04 23:15:14 -07:00 |
|
ui_model_menu.py
|
UI: Move cpu-moe checkbox to extra flags (no longer useful now that --fit exists)
|
2026-04-05 18:24:26 -07:00 |
|
ui_notebook.py
|
fix(security): sanitize filenames in all prompt file operations (CWE-22) (#7462)
|
2026-04-03 19:36:50 -03: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
|
API: Move OpenAI-compatible API from extensions/openai to modules/api
|
2026-03-20 14:46:00 -03:00 |
|
utils.py
|
Fix crash when no model is selected (None passed to resolve_model_path)
|
2026-04-03 05:56:36 -07:00 |
|
web_search.py
|
web search: Update the user agents
|
2026-03-17 05:41:05 -07:00 |