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

Bump optimum-intel[nncf,openvino] from 1.12.4 to 1.15.0 in /image_generation/stable_diffusion_1_5/cpp/scripts #33

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps optimum-intel[nncf,openvino] from 1.12.4 to 1.15.0.

Release notes

Sourced from optimum-intel[nncf,openvino]'s releases.

v1.14.0: IPEX models

IPEX models

from optimum.intel import IPEXModelForCausalLM
from transformers import AutoTokenizer, pipeline
model_id = "Intel/q8_starcoder"
model = IPEXModelForCausalLM.from_pretrained(model_id)
tokenizer = AutoTokenizer.from_pretrained(model_id)
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)
results = pipe("He's a dreadful magician and")

Fixes

v1.13.0: 4-bit quantization, stateful models, Whisper

OpenVINO

Weight only 4-bit quantization

optimum-cli export openvino --model gpt2 --weight-format int4_sym_g128 ov_model

Stateful

New architectures

Whisper

... (truncated)

Commits
  • 9c83b77 Release: v1.15.0
  • 93a01ed Update setup
  • 6c8fa79 Add bits and sym parameters to the OV quantization config (#560)
  • 7e1a21e Enable OpenVINO export of loaded model (#557)
  • e23213b Merge pull request #559 from ljaljushkin/nl/int4_quant_config
  • 1a7bb39 fixed typo
  • e98c57c added int4 configs for llama3b, falcon7b and orca3b
  • 0ece48b Remove useless transformers version check (#556)
  • 2be2e75 Add OpenVINO Tokenizers (#513)
  • 1c14957 Skip automodel compression weights tests for nncf==2.8.0 (#535)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [optimum-intel[nncf,openvino]](https://github.com/huggingface/optimum-intel) from 1.12.4 to 1.15.0.
- [Release notes](https://github.com/huggingface/optimum-intel/releases)
- [Commits](huggingface/optimum-intel@v1.12.4...v1.15.0)

---
updated-dependencies:
- dependency-name: optimum-intel[nncf,openvino]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #38.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/image_generation/stable_diffusion_1_5/cpp/scripts/optimum-intel-nncfopenvino--1.15.0 branch February 26, 2024 07:56
Wovchena pushed a commit that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants