Live
Black Hat USAAI BusinessBlack Hat AsiaAI Business🔥 ggml-org/llama.cppGitHub Trending🔥 ollama/ollamaGitHub Trending🔥 sponsors/kepanoGitHub Trending🔥 KeygraphHQ/shannonGitHub Trending🔥 sponsors/abhigyanpatwariGitHub TrendingOpenAI Releases Policy Recommendations for AI AgeBloomberg TechnologyBeware the Magical 2-Person, $1 Billion AI-Driven StartupForrester AI Blog[D] ICML 26 - What to do with the zero follow-up questionsReddit r/MachineLearningStop Writing Mega-Prompts: Use These 5 Anthropic Design Patterns InsteadMedium AIBuilding a Semantic Research Assistant: A Production RAG Pipeline Over 120 arXiv PapersMedium AIBuilding a Multi-Agent Investment PlatformMedium AIClaude Code in the Philippines: ₱112/month vs ₱1,120 for ChatGPTDev.to AIBlack Hat USAAI BusinessBlack Hat AsiaAI Business🔥 ggml-org/llama.cppGitHub Trending🔥 ollama/ollamaGitHub Trending🔥 sponsors/kepanoGitHub Trending🔥 KeygraphHQ/shannonGitHub Trending🔥 sponsors/abhigyanpatwariGitHub TrendingOpenAI Releases Policy Recommendations for AI AgeBloomberg TechnologyBeware the Magical 2-Person, $1 Billion AI-Driven StartupForrester AI Blog[D] ICML 26 - What to do with the zero follow-up questionsReddit r/MachineLearningStop Writing Mega-Prompts: Use These 5 Anthropic Design Patterns InsteadMedium AIBuilding a Semantic Research Assistant: A Production RAG Pipeline Over 120 arXiv PapersMedium AIBuilding a Multi-Agent Investment PlatformMedium AIClaude Code in the Philippines: ₱112/month vs ₱1,120 for ChatGPTDev.to AI
AI NEWS HUBbyEIGENVECTOREigenvector

v4.3.2

text-gen-webui Releasesby oobaboogaApril 3, 20263 min read1 views
Source Quiz

Changes Gemma 4 support with full tool-calling in the API and UI. 🆕 ik_llama.cpp support : Add ik_llama.cpp as a new backend through new textgen-portable-ik portable builds and a new --ik flag for full installs. ik_llama.cpp is a fork by the author of the imatrix quants, including support for new quant types, significantly more accurate KV cache quantization (via Hadamard KV cache rotation, enabled by default), and optimizations for MoE models and CPU inference. API: Add echo + logprobs for /v1/completions . The completions endpoint now supports the echo and logprobs parameters, returning token-level log probabilities for both prompt and generated tokens. Token IDs are also included in the output via a new top_logprobs_ids field. Further optimize my custom gradio fork, saving up to 50 ms

Changes

  • Gemma 4 support with full tool-calling in the API and UI. 🆕

  • ik_llama.cpp support: Add ik_llama.cpp as a new backend through new textgen-portable-ik portable builds and a new --ik flag for full installs. ik_llama.cpp is a fork by the author of the imatrix quants, including support for new quant types, significantly more accurate KV cache quantization (via Hadamard KV cache rotation, enabled by default), and optimizations for MoE models and CPU inference.

  • API: Add echo + logprobs for /v1/completions. The completions endpoint now supports the echo and logprobs parameters, returning token-level log probabilities for both prompt and generated tokens. Token IDs are also included in the output via a new top_logprobs_ids field.

  • Further optimize my custom gradio fork, saving up to 50 ms per UI event (button click, etc).

  • Transformers: Autodetect torch_dtype from model config instead of always forcing bfloat16/float16. The --bf16 flag still works as an override.

  • Remove the obsolete models/config.yaml file. Instruction templates are now detected from model metadata instead of filename patterns.

  • Rename "truncation length" to "context length" in the terminal log message.

Security

  • Gradio fork: Fix ACL bypass via case-insensitive path matching on Windows/macOS.

  • Gradio fork: Add server-side validation for Dropdown, Radio, and CheckboxGroup.

  • Fix SSRF in superbooga extensions: URLs fetched by superbooga/superboogav2 are now validated to block requests to private/internal networks.

Bug fixes

  • Fix --idle-timeout failing on encode/decode requests and not tracking parallel generation properly.

  • Fix stopping string detection for chromadb/context-1 (<|return|> vs <|result|>).

  • Fix Qwen3.5 MoE failing to load via ExLlamav3_HF.

  • Fix ban_eos_token not working for ExLlamav3. EOS is now suppressed at the logit level.

  • Fix "Value: None is not in the list of choices: []" Gradio error introduced in v4.3 🆕

  • Fix llama.cpp crashing due to failing to parse the Gemma 4 template (even though we don't use llama.cpp's jinja parser) 🆕

Dependency updates

  • Update llama.cpp to ggml-org/llama.cpp@277ff5f .

Adds Gemma-4 support Adds improved KV cache quantization via activations rotation, based on TurboQuant ggml-org/llama.cpp#21038

  • Update ik_llama.cpp to ikawrakow/ik_llama.cpp@d557d6c

  • Update ExLlamaV3 to 0.0.28

  • Update transformers to 5.5

Portable builds

Below you can find self-contained packages that work with GGUF models (llama.cpp) and require no installation! Just download the right version for your system, unzip/extract, and run.

Which version to download:

  • Windows/Linux:

NVIDIA GPU

Older driver: Use cuda12.4. Newer driver (nvidia-smi reports CUDA Version >= 13.1): Use cuda13.1.

AMD/Intel GPU: Use vulkan. AMD GPU (ROCm): Use rocm. CPU only: Use cpu.

  • Mac:

Apple Silicon: Use macos-arm64. Intel: Use macos-x86_64.

textgen-portable-ik is for ik-llama.cpp builds

Updating a portable install:

  • Download and extract the latest version.

  • Replace the user_data folder with the one in your existing install. All your settings and models will be moved.

Starting with 4.0, you can also move user_data one folder up, next to the install folder. It will be detected automatically, making updates easier:

text-generation-webui-4.0/ text-generation-webui-4.1/ user_data/ <-- shared by both installs

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

More about

llamamodeltransformer

Knowledge Map

Knowledge Map
TopicsEntitiesSource
v4.3.2llamamodeltransformerversionupdatereporttext-gen-we…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 208 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!