Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure cpu is always an available device #42

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Commits on Nov 3, 2023

  1. ensure cpu is always an available device

    `engine.getDevices()` lists either GPU devices or a single CPU device (if GPU is not available). this change ensures CPU is listed as well.
    kaczmarj authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8e3339c View commit details
    Browse the repository at this point in the history
  2. Update version

    petebankhead committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dccf38e View commit details
    Browse the repository at this point in the history