Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 17:45

Download Options

Package Description
birda-linux-x64-v1.5.0.tar.gz Linux CPU-only
birda-windows-x64-v1.5.0.zip Windows CPU-only
birda-macos-arm64-v1.5.0.tar.gz macOS Apple Silicon CPU-only
birda-linux-x64-cuda-v1.5.0.tar.gz Linux with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.5.0.zip Windows with GPU support (bundled CUDA)
birda-windows-x64-cuda-v1.5.0-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

  • chore: update dependencies by @tphakala in #111
  • feat: implement dual output mode for directory analysis by @tphakala in #114
  • chore: update third-party licenses by @github-actions[bot] in #113
  • deps: bump toml from 0.9.12+spec-1.1.0 to 1.0.0+spec-1.1.0 by @dependabot[bot] in #115
  • deps: bump ctrlc from 3.5.1 to 3.5.2 by @dependabot[bot] in #116

Full Changelog: v1...v1.5.0