-
Notifications
You must be signed in to change notification settings - Fork 850
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
Merge main #1670
Closed
Closed
Merge main #1670
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
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove data from repo * restore binder
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@9.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add notebook for llava multimodal chatbot * readme, text, requirements * spell check * gradio * code style * fix readme * refactoring and better explanation * Update README.md
* Add torchvision zoo to openvino * Spellchecking * Requirements * Some fixes * Change example * Change example * Device selection * Device selection * Colab * Binder support * More default approach for convnext model * More default approach for segmentation model * flake8 * Reordering * Redundant import * Pre release requirements * Pre release requirements * Redundant import * More description
Install CPU PyTorch. Install all dependencies in one command to let pip resolve conflicts and reduce the number of printed warnings
* fixes for nightly runs * disable some notebooks * disable some notebooks in docker * fix convert notebooks
* Added quantization script * Tweaks * Removed script * Added quantization code * Added some text descriptions * Added quantization to demo * Improved interactive demo. Tweaked descriptions * Updated readme * Added cell output * Added test replace * Removed unused import * Addressed comments: tweaked descriptions * Removed cv2 dependancy * Remove figure closing * Copied skip extension from #1365 * Restored requirements
* Add TensorFlow Hub tutorial Signed-off-by: Ilya Trushkin <[email protected]> * Add Image Style transfer tutorial to README Signed-off-by: Ilya Trushkin <[email protected]> * Fix linter Signed-off-by: Ilya Trushkin <[email protected]> * Remove output Signed-off-by: Ilya Trushkin <[email protected]> * Bump number Signed-off-by: Ilya Trushkin <[email protected]> * Pyspelling Signed-off-by: Ilya Trushkin <[email protected]> * Use nightly package + add TOC Signed-off-by: Ilya Trushkin <[email protected]> * Resolve conversations Signed-off-by: Ilya Trushkin <[email protected]> * Add notebook to README Signed-off-by: Ilya Trushkin <[email protected]> * Bump notebook number + apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Add binder button, change openvino version Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Update image Signed-off-by: Ilya Trushkin <[email protected]> --------- Signed-off-by: Ilya Trushkin <[email protected]> Co-authored-by: Andrei Kochin <[email protected]>
* WIP * Tweaked original notebook * Added quantization to the notebook * Added quantization docs; added gradio * Added cell outputs * Process the case when quantized model for the required language is not present * Added notification for loading asr model for the new language * Added title * Disabled quantization by default * Added test replace * Removed quantization script * Tweaks * Addressed comments * Made calibration data to be converted to np instead of pt
* fix issues with tfds on win * update ignored list
* Add NNCF quantization for InstructPix2Pix notebook * Fix errors * Update doc * use fp32 vae on gpu
* SD_HF memory release * adding_diclaimer
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Run inference-precision fp32. Overflow because of huge FC feature depths. Signed-off-by: hyunback <[email protected]>
* Add generation notebook Signed-off-by: Ilya Trushkin <[email protected]> * Controlled subject generation with Canny Signed-off-by: Ilya Trushkin <[email protected]> * Add Scribble example Signed-off-by: Ilya Trushkin <[email protected]> * PySpelling + code formatting Signed-off-by: Ilya Trushkin <[email protected]> * Remove unused variable Signed-off-by: Ilya Trushkin <[email protected]> * Add descriptions Signed-off-by: Ilya Trushkin <[email protected]> * Add descriptions Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Update README.md * Apply review comments + fix PySpelling Signed-off-by: Ilya Trushkin <[email protected]> * Add notebook to CI ignore list Signed-off-by: Ilya Trushkin <[email protected]> * Add notebook to trends table Signed-off-by: Ilya Trushkin <[email protected]> * Unfreeze QFormer shapes + apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Add notebook to ignore_convert_execution.txt Signed-off-by: Ilya Trushkin <[email protected]> * Fix broken notebook Signed-off-by: Ilya Trushkin <[email protected]> * Fix linter Signed-off-by: Ilya Trushkin <[email protected]> * Update README.md --------- Signed-off-by: Ilya Trushkin <[email protected]> Co-authored-by: Andrei Kochin <[email protected]>
* add DeciDiffusion notebook * text * apply review comments
* Stable diffusion with IP-Adapter notebook * add text and readme * fix code style * add gradio examples
* Add MobileVLM notebook Signed-off-by: Ilya Trushkin <[email protected]> * Ignore pip conflicts Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Add MobileLLaMA HuggingFace hub link Signed-off-by: Ilya Trushkin <[email protected]> * Add compression mode to model file name Signed-off-by: Ilya Trushkin <[email protected]> * Apply review comments Signed-off-by: Ilya Trushkin <[email protected]> * Show input image before generation Signed-off-by: Ilya Trushkin <[email protected]> * Update tutorial number Signed-off-by: Ilya Trushkin <[email protected]> --------- Signed-off-by: Ilya Trushkin <[email protected]>
* fix dependencies install in whisper notebook * add depth anything notebook * code style * fix readme * table of content * move notebooks
* remove unused functions from paint from example * Update 272-paint-by-example.ipynb
* update some notebooks requirements * Update 272-paint-by-example.ipynb
#1650) * Switched to general (distil)-whisper case * Tweaked model loading text * Remove redundant line * Tweak test replace
* Kosmos2 model * Table of contents * Table of contents * Changed workflow * New openvino version with fixes * Flake8 fixes * Flake8 fixes * Flake8 fixes * Flake8 fixes * Gradio example * Fix misspelling * Ignore treon docker * Fix misspelling * Display bboxes * Display bboxes * Display bboxes and description * Change the number * Spellchecking * Change the number * Improve interactive example * Fix gradio launch * Fix README image * Fix README name
* Added quantization to DeciDiffusion notebook * Apply comment
Remove 111-yolov5-quantization-migration notebook
* Add siglip notebook * Update notebook number * Add notebook to readme * Update notebook number * Clean cells ouput & add image url * Fix review comments * Fix review comments * Fix ci * Move gradio to the end
* fix the ci issue fix the ci issue fix the ci issue fix the ci issue fix the reaccording to view suggestion fix the reaccording to view suggestion fix the reaccording to view suggestion * fix the reaccording to view suggestion * fix vegart syntax error, update stable zephyr (#1634) * fix vegart syntax error, update stable zephyr * fix saving fp16 calibrated model on win update jupyterlab (#1635) * update the text encoder converter update the text encoder converter update the text encoder converter * add text_encoder_2 converter and clean up the memory fix typo fix typo add ignore add ignore * switch the ID to 281 * fix the missing readme fix the wrong id --------- Co-authored-by: Ekaterina Aidova <[email protected]>
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Kochin <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.