V2.1 - One-click Native vLLM + ROCm for AMD RDNA2 on Windows
Code + chat overhaul - archives are unchanged since V2.0 (the installer still fetches them from the V2.0 release).
Installer & integrity
- SHA256 verification of every downloaded part against
SHA256SUMS.txt(published on the V2.0 release) - corrupted/truncated downloads are rejected and retried, no partial files ever left behind -SkipChecksumfor forks/mirrors without the checksum file-Variant auto|rdna2|rdna3|rdna4with automatic GPU-family detection; VRAM-aware default model (4 GB cards get Qwen2.5-1.5B-AWQ automatically)- CI pipeline validates the manifest against the release API + PSScriptAnalyzer lint on every push; release/checksum tooling (
make_checksums.ps1,validate_release.ps1)
Server (serve.py / SERVE.bat)
- Explicit
enable_thinking(defaultTHINKING=0= direct answers, no "Thinking Process" preamble in responses) - SERVE.bat now auto-detects the installed model from the HuggingFace cache when
config.batis missing - fresh ZIP downloads work out of the box
Chat (chat.html)
- Total redesign: animated aurora background, glassmorphism, gradient accents, entrance animations
- Stop button: abort generation mid-stream and keep the partial answer
- Light/dark theme toggle (persisted)
- Export conversation to Markdown (
.md) - Fixes: send button no longer stuck after the first message; model badge/select refresh when the server comes online late; streaming no longer pollutes other chats when switching mid-generation; watchdog resets the UI if the server goes silent
Docs & trust
- SECURITY.md, CONTRIBUTING.md, GPU verification + bug report issue templates, RELEASING.md, MULTIARCH.md