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

Support for OpenVINO #192

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

Commits on Dec 17, 2023

  1. Make it possible to build OpenVINO

    This recipe is still relying on the user to download a readily compiled
    openvino release to a very absolute and specific location.
    
    This also does not include libtbb.so.* in the wheel for aarch64
    and also doesn't seem to set the properties for the wheel correctly so
    that openvino is properly packaged so that no `LD_LIBRARY_PATH`
    modification is necessary.
    nemo committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a80535e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Always compile with OpenVINO support for now

    nemo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b70927b View commit details
    Browse the repository at this point in the history
  2. Accomodate API changes

    - `N_MELS` constant was removed in favor of model parameter `n_mel`
    - invoking translate and transcribe without context was deprecated
    nemo committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cf004cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a3198 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Make selection based on architecture

    nemo committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cb30ff5 View commit details
    Browse the repository at this point in the history