Skip to content

Releases: gitstq/whichmodel

WhichModel v0.1.0

10 Jun 20:15

Choose a tag to compare

WhichModel v0.1.0 Release

Features

  • Hardware auto-detection (NVIDIA/AMD/Apple Silicon/CPU)
  • Multi-category AI model recommendations (LLM/Image/Speech/Multimodal)
  • Chinese model ecosystem priority support (Qwen, DeepSeek, ChatGLM, Baichuan)
  • One-click deployment script generation (Docker/systemd/shell)
  • JSON output for pipeline integration
  • Rich terminal tables with emoji indicators
  • GPU simulation for upgrade planning

Models Supported

  • LLM: Qwen3, DeepSeek-V3, ChatGLM3, Baichuan2, Llama-3, Mistral, Gemma-2
  • Image: Stable Diffusion XL, FLUX.1, SD 1.5
  • Speech: Whisper Large v3, Faster-Whisper
  • Multimodal: LLaVA-v1.6, Qwen-VL

Installation

pip install whichmodel

Quick Start

whichmodel recommend
whichmodel recommend --gpu "RTX 4090"

Tests

  • 11 unit tests passing
  • Cross-platform hardware detection verified

Documentation

  • English, Simplified Chinese, Traditional Chinese README
  • MIT License
  • Contributing Guide