Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Feb 20:28

Download Options

Package Description
birda-linux-x64-v1.4.1.tar.gz Linux CPU-only
birda-windows-x64-v1.4.1.zip Windows CPU-only
birda-macos-arm64-v1.4.1.tar.gz macOS Apple Silicon CPU-only
birda-linux-x64-cuda-v1.4.1.tar.gz Linux with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.4.1.zip Windows with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.4.1-setup.exe Windows GPU installer (adds to PATH)

GPU Builds

GPU builds include bundled ONNX Runtime, CUDA, and cuDNN libraries - no separate installation required.

Windows Installer: Use the -setup.exe for automatic installation with optional PATH configuration.

Portable: Extract ZIP/tar.gz and run birda directly.

Requirements: NVIDIA GPU with CUDA compute capability 5.0+

TensorRT Support (Optional)

For maximum GPU performance (~2x speedup over CUDA), install TensorRT separately:

  1. Download TensorRT for CUDA 12.x from NVIDIA TensorRT
  2. Copy the TensorRT DLLs/libs to the birda installation directory
  3. Run with --tensorrt flag

See THIRD_PARTY_LICENSES.txt for bundled library licenses.

What's Changed

  • feat: add BSG Finnish Birds v4.4 model and auto-update registry by @tphakala in #109

Full Changelog: v1...v1.4.1