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

build(deps): bump the python-packages group across 1 directory with 5 updates #36

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2024

Bumps the python-packages group with 5 updates in the / directory:

Package From To
openai 1.30.5 1.35.10
ollama 0.2.0 0.2.1
pytest 8.2.1 8.2.2
torch 2.3.0 2.3.1
transformers 4.41.2 4.42.3

Updates openai from 1.30.5 to 1.35.10

Release notes

Sourced from openai's releases.

v1.35.10

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

v1.35.9

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

v1.35.8

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

v1.35.7

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

v1.35.6

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

... (truncated)

Changelog

Sourced from openai's changelog.

1.35.10 (2024-07-03)

Full Changelog: v1.35.9...v1.35.10

Chores

1.35.9 (2024-07-02)

Full Changelog: v1.35.8...v1.35.9

Bug Fixes

  • client: always respect content-type multipart/form-data if provided (#1519) (6da55e1)

Chores

1.35.8 (2024-07-02)

Full Changelog: v1.35.7...v1.35.8

Chores

1.35.7 (2024-06-27)

Full Changelog: v1.35.6...v1.35.7

Bug Fixes

  • build: include more files in sdist builds (#1504) (730c1b5)

1.35.6 (2024-06-27)

Full Changelog: v1.35.5...v1.35.6

Documentation

1.35.5 (2024-06-26)

... (truncated)

Commits

Updates ollama from 0.2.0 to 0.2.1

Release notes

Sourced from ollama's releases.

v0.2.1

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.2.0...v0.2.1

Commits
  • d25c4aa Merge pull request #129 from davep/mark-as-typed
  • fa7bf7c Revert explicit inclusion of py.typed
  • 04d102b Merge pull request #178 from ollama/dependabot/pip/pytest-8.2.2
  • 57c597b Merge pull request #158 from tillfalko/main
  • 74db547 Merge pull request #162 from ollama/dependabot/pip/pytest-asyncio-0.23.7
  • d5316d0 Python API PS (#177)
  • 14d7f8c Merge pull request #172 from ollama/dependabot/pip/ruff-0.4.7
  • b45848a Bump pytest from 8.2.0 to 8.2.2
  • 4fb909d Bump ruff from 0.4.3 to 0.4.7
  • 0824044 ---
  • Additional commits viewable in compare view

Updates pytest from 8.2.1 to 8.2.2

Release notes

Sourced from pytest's releases.

8.2.2

pytest 8.2.2 (2024-06-04)

Bug Fixes

  • #12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
  • #12367: Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
  • #12381: Fix possible "Directory not empty" crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.

Improved Documentation

  • #12290: Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
  • #12356: Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness.
  • #12363: The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.
Commits
  • 329d371 Prepare release version 8.2.2
  • 214d098 Merge pull request #12414 from bluetech/backport-12409
  • 153a436 [8.2.x] fixtures: fix catastrophic performance problem in reorder_items
  • b41d5a5 Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x
  • 9bb73d7 [8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...
  • 4569a01 [8.2.x] doc: Update trainings/events (#12402)
  • 1d103e5 [8.2.x] Clarify pytest_ignore_collect docs (#12386)
  • 240a252 [8.2.x] Add html_baseurl to sphinx conf.py (#12372)
  • a5ee3c4 Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.x
  • f7358ae [8.2.x] unittest: fix class instances no longer released on test teardown sin...
  • Additional commits viewable in compare view

Updates torch from 2.3.0 to 2.3.1

Release notes

Sourced from torch's releases.

PyTorch 2.3.1 Release, bug fix release

This release is meant to fix the following issues (regressions / silent correctness):

Torch.compile:

Distributed:

MPS:

Packaging:

Other:

Release tracker pytorch/pytorch#125425 contains all relevant pull requests related to this release as well as links to related issues.

Commits

Updates transformers from 4.41.2 to 4.42.3

Release notes

Sourced from transformers's releases.

Patch release v4.42.3

Make sure we have attention softcapping for "eager" GEMMA2 model

After experimenting, we noticed that for the 27b model mostly, softcapping is a must. So adding it back (it should have been there, but an error on my side made it disappear) sorry all! 😭

  • Gemma capping is a must for big models (#31698)

Patch release v4.42.2

Patch release

Thanks to our 2 contributors for their prompt fixing mostly applies for training and FA2!

v4.42.1: Patch release

Patch release for commit:

  • [HybridCache] Fix get_seq_length method (#31661)

v4.42.0: Gemma 2, RTDETR, InstructBLIP, LLAVa Next, New Model Adder

New model additions

Gemma-2

The Gemma2 model was proposed in Gemma2: Open Models Based on Gemini Technology and Research by Gemma2 Team, Google. Gemma2 models are trained on 6T tokens, and released with 2 versions, 2b and 7b.

The abstract from the paper is the following:

This work introduces Gemma2, a new family of open language models demonstrating strong performance across academic benchmarks for language understanding, reasoning, and safety. We release two sizes of models (2 billion and 7 billion parameters), and provide both pretrained and fine-tuned checkpoints. Gemma2 outperforms similarly sized open models on 11 out of 18 text-based tasks, and we present comprehensive evaluations of safety and responsibility aspects of the models, alongside a detailed description of our model development. We believe the responsible release of LLMs is critical for improving the safety of frontier models, and for enabling the next wave of LLM innovations

image

RTDETR

The RT-DETR model was proposed in DETRs Beat YOLOs on Real-time Object Detection by Wenyu Lv, Yian Zhao, Shangliang Xu, Jinman Wei, Guanzhong Wang, Cheng Cui, Yuning Du, Qingqing Dang, Yi Liu.

RT-DETR is an object detection model that stands for “Real-Time DEtection Transformer.” This model is designed to perform object detection tasks with a focus on achieving real-time performance while maintaining high accuracy. Leveraging the transformer architecture, which has gained significant popularity in various fields of deep learning, RT-DETR processes images to identify and locate multiple objects within them.

image

InstructBlip

The InstructBLIP model was proposed in InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning by Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong, Junqi Zhao, Weisheng Wang, Boyang Li, Pascale Fung, Steven Hoi. InstructBLIP leverages the BLIP-2 architecture for visual instruction tuning.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the python-packages group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.30.5` | `1.35.10` |
| [ollama](https://github.com/jmorganca/ollama-python) | `0.2.0` | `0.2.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
| [torch](https://github.com/pytorch/pytorch) | `2.3.0` | `2.3.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.41.2` | `4.42.3` |



Updates `openai` from 1.30.5 to 1.35.10
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.30.5...v1.35.10)

Updates `ollama` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/jmorganca/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.2.0...v0.2.1)

Updates `pytest` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

Updates `torch` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.3.0...v2.3.1)

Updates `transformers` from 4.41.2 to 4.42.3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.41.2...v4.42.3)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: torch
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: transformers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 6, 2024
@hangyav hangyav merged commit 4ee903b into main Jul 6, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/python-packages-3d6250cffa branch July 6, 2024 11:07
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