Skip to content

whichllm GUI v0.5.0

Choose a tag to compare

@Meistertech-JP Meistertech-JP released this 03 Jul 16:57

whichllm GUI v0.5.0

Highlights (English)

  • Hardware detection overhaul: DXGI is now the primary GPU detection path on Windows, avoiding WMI's 4GB VRAM cap and reducing Radeon mis-detection when HIP/ROCm is not installed.
  • Safer GPU planning: selected GPU/group fit and speed now use the same target GPUs, runtime-reported VRAM wins over catalog defaults in fallback probes, and manual VRAM/bandwidth overrides follow the selected single GPU.
  • Better reporting and docs: refreshed v0.5.0 screenshots, English-first README, Japanese README moved to README.ja.md, and clearer framework-dependent download notes.
  • Release safety: CI/release builds now run with warnings as errors and produce both self-contained and framework-dependent ZIPs with SHA256 sums.

主な変更(日本語)

  • ハードウェア検出の改善: Windows 標準の DXGI をGPU検出の主経路にし、WMIの4GB上限や、HIP/ROCm未導入Radeon環境でのVRAM誤認を避けやすくしました。
  • GPU試算の安全性向上: 選択したGPU/グループと速度推定の対象を一致させ、フォールバック検出ではカタログ値より実際に読めたVRAMを優先し、手入力のVRAM/帯域上書きも選択中の単一GPUへ反映します。
  • ドキュメント整備: v0.5.0のスクリーンショットへ撮り直し、READMEを英語優先に変更し、日本語版を README.ja.md へ移しました。
  • リリース安全性: CI/Releaseで警告をエラー扱いにし、自己完結版とframework-dependent版の両方をSHA256付きで生成します。

ダウンロード / Download

  • whichllm-gui-v0.5.0-win-x64.zip — Windows 10/11 (x64) 自己完結版 / self-contained build(.NET 不要 / no .NET required)。
  • whichllm-gui-v0.5.0-win-x64-framework-dependent.zip — Windows 10/11 (x64) 軽量版 / framework-dependent build(.NET Desktop Runtime が必要 / .NET Desktop Runtime required)。
  • SHA256SUMS.txt — checksums for both ZIP files.

SHA256:

9684BE4677E8252E5AF84A47EFF1B31DF23484FC3414AE9A6E6242B294E83ABD  whichllm-gui-v0.5.0-win-x64.zip
4EB0EF6BCB0E6AA8AB3A37B2959DFE2C8D5CEEE85B39BC371626D4DF355DE3DE  whichllm-gui-v0.5.0-win-x64-framework-dependent.zip

検証 / Verify:

Get-FileHash .\whichllm-gui-v0.5.0-win-x64.zip -Algorithm SHA256
Get-FileHash .\whichllm-gui-v0.5.0-win-x64-framework-dependent.zip -Algorithm SHA256