Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Nov 17:16

Features

  • The library installation method has been changed (see README) — it has a modular structure.
  • Now, you must explicitly select the calculation engine:
    • Install basic version with CPU as first-breaks-picking[engine-cpu]. Compatibe with any hardware.
    • Install the GPU-supported version as first-breaks-picking[engine-cuda]. CUDA and CuDNN will be installed automatically. Package first-breaks-picking-gpu will no longer be updated.
    • Install the iGPU-supported version as first-breaks-picking[engine-openvino]. Requires manual installation of OpenVINO runtime.
  • The desktop application is now optional first-breaks-picking[desktop].

Desktop application

  • GPU (CUDA) version of the desktop application now bundled with all CUDA and CuDNN dependencies and does not require their separate installation.