-
Notifications
You must be signed in to change notification settings - Fork 193
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
Port from master #1285
Merged
ilya-lavrenov
merged 14 commits into
openvinotoolkit:releases/2024/5
from
ilya-lavrenov:port-from-master
Dec 4, 2024
Merged
Port from master #1285
ilya-lavrenov
merged 14 commits into
openvinotoolkit:releases/2024/5
from
ilya-lavrenov:port-from-master
Dec 4, 2024
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
Contributor
ilya-lavrenov
commented
Dec 3, 2024
•
edited
Loading
edited
- Stubs files for genai bindings #1158
- Update Python VLM example in README #1178
- [Build] Added PYI files check #1214
- Allow missing OpenVINODeveloperPackage #1243
- [Build] Use officially released py-build-cmake version #1253
- NPUW Deref: Baseline - don't hold pointers to the orig models #1259
- Text2Image SDXL fix for GPU #1266
- Fixed pyi file build when OpenVINO_DIR is externally defined #1271
- [Python] Update docs with str => PathLike #1278
- CB: drop profiling as it drops performance #1280
- CB: fixed scheduler perf on old platforms #1284
- e4a86f6
- Build GenAI via OpenVINO wheel #958
Existing example uses an undefined "read_image" function, and using max_new_tokens in pipe.generate() resulted in an error with latest nightly. I updated the example to work out of the box. Makes it a bit longer, but this section is hidden by default in the README, so it doesn't add to visual clutter for people just visiting the repo. Also added links to the relevant samples. --------- Co-authored-by: Vladimir Zlobin <[email protected]>
Compiliung GenAI against ov archives prints Warning: Please, install pybind11-stubgen==2.5.1 otherwise
Ported openvinotoolkit#1283 to current master
github-actions
bot
added
category: text to image
Text 2 image pipeline
category: visual language
Visual language pipeline
category: continuous batching
Continuous batching
category: LLM
LLM pipeline (stateful, static)
category: whisper
Whisper pipeline
category: sampling
Sampling / Decoding algorithms
category: speculative decoding
Speculative decoding
category: cmake / build
Cmake scripts
category: tokenizers
Tokenizer class or submodule update
category: Python API
Python API for GenAI
category: GenAI C++ API
Changes in GenAI C++ public headers
labels
Dec 3, 2024
ilya-lavrenov
force-pushed
the
port-from-master
branch
from
December 3, 2024 13:07
468b8e0
to
e44b6f3
Compare
Wovchena
approved these changes
Dec 3, 2024
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. Some builds failed
ilya-lavrenov
force-pushed
the
port-from-master
branch
from
December 3, 2024 20:29
a35cb5e
to
2b679cf
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 3, 2024
ilya-lavrenov
merged commit Dec 4, 2024
8bef5a3
into
openvinotoolkit:releases/2024/5
52 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: cmake / build
Cmake scripts
category: continuous batching
Continuous batching
category: GenAI C++ API
Changes in GenAI C++ public headers
category: GHA
CI based on Github actions
category: LLM
LLM pipeline (stateful, static)
category: Python API
Python API for GenAI
category: sampling
Sampling / Decoding algorithms
category: speculative decoding
Speculative decoding
category: text to image
Text 2 image pipeline
category: tokenizers
Tokenizer class or submodule update
category: visual language
Visual language pipeline
category: whisper
Whisper pipeline
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.