Skip to content

whichllm GUI v0.4.0

Choose a tag to compare

@Meistertech-JP Meistertech-JP released this 28 Jun 17:23

日本語

Windows 10/11 向けの win-x64 自己完結ポータブルZIPです。

このアプリでできること:

  • CPU、RAM、GPU、VRAMを見て、このPCで動かしやすいローカルLLMを探せます。
  • 用途、快適度、速度、根拠を見ながらモデル候補を比較できます。
  • 量子化ごとの必要メモリ、GPU買い替え時の目安、開発者向けPythonスニペットを確認できます。
  • 日本語 / English 表示に対応し、最後に選んだ表示言語で次回起動します。
  • MIT License、日英README、Third-party noticesを同梱しています。

確認:

  • dotnet publish -c Release -r win-x64 --self-contained true
  • dotnet test: 34件成功

ZIPを展開して WhichLlm.Gui.exe を起動してください。

English

This is a win-x64 self-contained portable ZIP for Windows 10/11.

What you can do with this app:

  • Find local LLMs that are likely to fit this PC based on CPU, RAM, GPU, and VRAM.
  • Compare candidates by use case, fit, speed, and evidence.
  • Check required memory by quantization, estimate GPU upgrade impact, and generate developer Python snippets.
  • Use the app in Japanese or English; it starts with the last selected display language.
  • Includes the MIT License, Japanese/English README files, and third-party notices.

Verified with:

  • dotnet publish -c Release -r win-x64 --self-contained true
  • dotnet test: 34 passed

Extract the ZIP and run WhichLlm.Gui.exe.