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

feat(audio): implement MKL-accelerated speech-to-text for Mac #328

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    dc37a35 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. feat(build): add MKL support for Windows and Linux builds

    - Update Cargo.toml to include MKL feature
    - Modify release-app.yml to use MKL feature for Windows and Linux
    - Keep Metal feature for macOS builds
    - Set RUSTFLAGS for optimized builds on Windows and Linux
    
    Signed-off-by: David Anyatonwu <[email protected]>
    onyedikachi-david committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f873fba View commit details
    Browse the repository at this point in the history
  2. revert benchmark to what it was initially

    Signed-off-by: David Anyatonwu <[email protected]>
    onyedikachi-david committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ecb0fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. implemented suggested comments

    Signed-off-by: David Anyatonwu <[email protected]>
    onyedikachi-david committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7c46091 View commit details
    Browse the repository at this point in the history
  2. reintroduced cuda support

    Signed-off-by: David Anyatonwu <[email protected]>
    onyedikachi-david committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d8b8621 View commit details
    Browse the repository at this point in the history