Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
textgen-portable-3.13-windows-cuda12.4.zip | 2025-09-21 | 852.8 MB | |
textgen-portable-3.13-windows-cuda11.7.zip | 2025-09-21 | 742.0 MB | |
textgen-portable-3.13-windows-cpu.zip | 2025-09-21 | 193.9 MB | |
textgen-portable-3.13-windows-vulkan.zip | 2025-09-21 | 207.5 MB | |
textgen-portable-3.13-linux-cuda12.4.zip | 2025-09-21 | 859.1 MB | |
textgen-portable-3.13-linux-cuda11.7.zip | 2025-09-21 | 787.9 MB | |
textgen-portable-3.13-linux-cpu.zip | 2025-09-21 | 233.1 MB | |
textgen-portable-3.13-linux-vulkan.zip | 2025-09-21 | 246.9 MB | |
textgen-portable-3.13-macos-x86_64.zip | 2025-09-21 | 165.4 MB | |
textgen-portable-3.13-macos-arm64.zip | 2025-09-21 | 178.1 MB | |
README.md | 2025-09-21 | 1.2 kB | |
v3.13 source code.tar.gz | 2025-09-21 | 24.9 MB | |
v3.13 source code.zip | 2025-09-21 | 25.0 MB | |
Totals: 13 Items | 4.5 GB | 18 |
Bug fixes
- Don't use
$ $
for LaTeX, only$$ $$
, to avoid broken rendering of text likeapples cost $1, oranges cost $2
- Fix exllamav3 ignoring the stop button
- Fix a transformers issue when using --bf16 and Flash Attention 2 (#7217). Thanks, @stevenxdavis.
- Fix x86_64 macos portable builds containing arm64 files
Backend updates
- Update llama.cpp to https://github.com/ggml-org/llama.cpp/tree/7f766929ca8e8e01dcceb1c526ee584f7e5e1408
- Update transformers to 4.56
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, and run.
Which version to download:
- Windows/Linux:
- NVIDIA GPU: Use
cuda12.4
for newer GPUs orcuda11.7
for older GPUs and systems with older drivers. - AMD/Intel GPU: Use
vulkan
builds. -
CPU only: Use
cpu
builds. -
Mac:
- Apple Silicon: Use
macos-arm64
. - Intel CPU: Use
macos-x86_64
.
Updating a portable install:
- Download and unzip the latest version.
- Replace the
user_data
folder with the one in your existing install. All your settings and models will be moved.