whichllm GUI v0.4.1
日本語
Windows 10/11 向けの win-x64 自己完結ポータブルZIPです。
主な内容:
- 複数GPU環境で、単一モデル分割に使うGPUグループを選べるようにしました。
- AMD/Intel系の異世代・異アーキテクチャ混在GPUを、単純なVRAM合算で「動く」と判定しないようにしました。
- NVIDIAはCUDAで異世代混在splitできる可能性を考慮し、CUDAグループとして保守的に扱います。
- 同名GPUが複数枚ある構成で、検出結果が1枚に潰れにくいようにしました。
- READMEとアプリバージョンをv0.4.1に更新しました。
確認:
- dotnet test: 36件成功
- dotnet publish -c Release -r win-x64 --self-contained true
ZIPを展開して WhichLlm.Gui.exe を起動してください。
English
This is a win-x64 self-contained portable ZIP for Windows 10/11.
Highlights:
- Added GPU group selection for multi-GPU systems when estimating a single-model split.
- Avoids treating mixed AMD/Intel GPU generations or architectures as simple combined VRAM.
- Keeps NVIDIA cards grouped conservatively for CUDA, where mixed-generation split may be possible.
- Preserves same-name multi-GPU detections more reliably.
- Updated the app and README version to v0.4.1.
Verified with:
- dotnet test: 36 passed
- dotnet publish -c Release -r win-x64 --self-contained true
Extract the ZIP and run WhichLlm.Gui.exe.