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.13.0 to 1.14.0 in /image_generation/lcm_dreamshaper_v7/cpp/scripts #215

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps optimum-intel[nncf,openvino] from 1.13.0 to 1.14.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

Commits
  • e194ee2 Release: v1.14.0
  • 0ca9447 Fix format (#546)
  • 788e458 Add an initial warmup step to IPEXModels (#543)
  • 8ee487d Automatic torch.autocast for IPEXModel (#542)
  • 398450d Refactor IPEX CausalLM for better model architecture scale (#544)
  • a251422 Fix torch version for ipex tests (#545)
  • 3b627f4 Enable loading of torchscript model with INC and add warning (#540)
  • 1b5c3cb IPEX decoder model fix (#539)
  • 20df723 relax requirements to have registered normalized config for usage con… (#537)
  • 6e79be1 Add IPEX models for audio and image classification tasks (#536)
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Wovchena.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link
Collaborator

@Wovchena Wovchena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Bumps [optimum-intel[nncf,openvino]](https://github.com/huggingface/optimum-intel) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/huggingface/optimum-intel/releases)
- [Commits](huggingface/optimum-intel@v1.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/image_generation/lcm_dreamshaper_v7/cpp/scripts/optimum-intel-nncfopenvino--1.14.0 branch from 63f4f80 to 8d7a870 Compare February 6, 2024 10:46
@dependabot dependabot bot merged commit 3755ba8 into master Feb 6, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/image_generation/lcm_dreamshaper_v7/cpp/scripts/optimum-intel-nncfopenvino--1.14.0 branch February 6, 2024 11:02
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.

1 participant