[go: nahoru, domu]

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

[WIP]Nano OpenVINO lazy compile #6902

Open
wants to merge 6 commits into
base: main_backup
Choose a base branch
from

Conversation

cyita
Copy link
Contributor
@cyita cyita commented Dec 7, 2022

Description

Nano OpenVINO

compile ov model in init -> compile ov model before the first forward.

1. Why the change?

In multiprocessing environment, ov model compile should in the sub-process and the main process should not compile any models, otherwise, the sub-process can only use 1 physical core.

2. User API changes

ov _load add config parameter.

3. Summary of the change

4. How to test?

  • N/A
  • Unit test
  • Application test
  • Document test
  • ...

@rnwang04 rnwang04 added the Nano label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants