Giter Club home page Giter Club logo

install-openvino-action's People

Contributors

abrown avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

brianjjones

install-openvino-action's Issues

Remove "missing binaries" hack

OpenVINO 2022.3 was not released for Ubuntu 22.04 (jammy). The suggested fix was to use the Ubuntu 20.04 (focal) binaries. This works well but at some point in the future will not be necessary โ€” OpenVINO does plan to release binaries for Ubuntu 22.04 in the future.

Use newer versions

Currently the script implicitly relies on an old version of Ubuntu--v18.04--and installs an old version of OpenVINO--2020.4. To make this action more user friendly, it should:

  1. detect the OS version to use
  2. use a newer version of OpenVINO by default, e.g., 2021.4.2

Fix MacOS library environment

It's unclear exactly what is wrong, but @stevelr and I were unable to get openvino, the crate, to properly load the OpenVINO .dylib libraries. That may be because of a missing DYLD_LIBRARY_PATH somewhere, as pointed out by @devigned here. What is curious is that DYLD_LIBRARY_PATH is set in the action:

echo DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH >> $GITHUB_ENV

More investigation is needed. One way to reproduce this would be to enable macos-latest in the openvino-rs CI runs (here). @stevelr and I observed failures with that job.

Improve testing of environment setup

With #20, the action can now set up the environment using OpenVINO's provided script. The testing for this new feature, however, is Linux-specific: integration-test/check-installation.sh. Ideally it would be good to also check that:

  • the MacOS libraries, e.g., libopenvino_cd.dylib, have their dependencies properly met, perhaps using otool -L
  • the Windows libraries are available on the system path

Fortunately, this can be tested at a different layer (e.g., openvino-rs) so this need is not terribly urgent.

ci: add `ubuntu-latest` to the build matrix

As mentioned over in bytecodealliance/wasmtime#5408, the OpenVINO packages are not yet available for Ubuntu 22.04, which is gradually being rolled out to the GitHub actions fleet. Once OpenVINO 2022.3 is released, I have been told that those should be available. This issue tracks the work to update the GitHub workflow for this repository to include the latest version of Ubuntu.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.