This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
[82639] Add HF Hub model download for autogenerated notebooks #52
Open
apaniukov
wants to merge
11
commits into
openvinotoolkit:master
Choose a base branch
from
apaniukov:feature/hf-jupyter
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yatarkan
approved these changes
Mar 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
demid5111
added
the
WIP
PR is a Work In Progress and won't be reviewed until finished
label
Mar 31, 2022
Change model original framework to PyTorch Add model source to intro cell table Expand transformers.onnx CLI tool description to align it with other tool Delete Inference Engine mentions from autogenerated cells
apaniukov
removed
the
WIP
PR is a Work In Progress and won't be reviewed until finished
label
Apr 4, 2022
demid5111
added
the
WIP
PR is a Work In Progress and won't be reviewed until finished
label
Apr 5, 2022
@apaniukov please double check and merge latest master |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
WIP
PR is a Work In Progress and won't be reviewed until finished
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OpenVINO Deep Learning Workbench Pull Request
All Submissions:
Submissions with migration changes:
Submissions with dependencies changes:
dependencies/edge_node_setup.py
. Ask artyomtugaryov or akashchi for more details.Submissions with Netron-related changes:
npm run init-netron
from theclient
directory to check copying Netron sourcesnode_modules
directorynpm i
)npm run init-netron
from theclient
directory)Submissions that contain model-analyzer changes:
Submissions that contain update of the OpenVINO package and image:
Template:
[Issue Number for Transition] Transition to the new package (<package number>, <WW>.<day number>`<YY>[, RC#(number of release candidate])
.Example:
[CI] Transition to the new package (#170, ww49.5`20, RC#2)
openvino_image
inopenvino_version.yml
in the private CI repositorydependencies/edge_node_setup.py
. Ask artyomtugaryov or akashchi for more details.Example:
GREEN
.Example:
GREEN
. Custom deployment does not happen automatically.Therefore, there is a need to trigger it manually. Ask SalnikovIgor or akashchi for more details.
Example:
GREEN
.Glossary
Assignee - Assignee is the single person whose review you require. Feel free as many reviewers
to the PR. Reviewer is a person who will benefit from being aware of the proposed changes
or whose opinion you want to know. Rule: keep single assignee.
JIRA ticket. At least one ticket that current PR addresses. Do not include project code. For example: 12345.
Available commands in pull request comments
/bump:client
- bump to latest master branch in client submodule/bump:client:releases/2021/4
- bump to latest releases/2021/4 branch in client submodule/bump:client:yatarkan:feature/yt/feature-name
- bump to latest feature/yt/feature-name branch from yatarkan remote fork in client submodule/update
- merge base (target) branch into target branch and push changes