Fixes an issue where processed DataLoaders could no longer be pickled in #3074 thanks to @byi8220
Fixes an issue when using FSDP where default_transformers_cls_names_to_wrap would separate _no_split_modules by characters instead of keeping it as a list of layer names in #3075
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 4 updates: openai, boto3, ollama and accelerate.
Updates
openai
from 1.43.0 to 1.44.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
93aa548
release: 1.44.0f161000
feat(vector store): improve chunking strategy type names (#1690)b2f58cb
release: 1.43.1Updates
boto3
from 1.35.12 to 1.35.14Commits
56b9ad1
Merge branch 'release-1.35.14'75a565a
Bumping version to 1.35.14c30612f
Add changelog entries from botocore18a61dc
Merge branch 'release-1.35.13'31a8a3d
Merge branch 'release-1.35.13' into developcea4f05
Bumping version to 1.35.131ad12c8
Add changelog entries from botocore4c11601
Merge branch 'release-1.35.12' into developUpdates
ollama
from 0.3.2 to 0.3.3Release notes
Sourced from ollama's releases.
Commits
89e8b74
Merge pull request #267 from ollama/dependabot/pip/ruff-0.6.381edab1
_stream in async client raises RuntimeError processing HTTP errors (#266)5f51129
Bump ruff from 0.6.2 to 0.6.3Updates
accelerate
from 0.34.0 to 0.34.2Release notes
Sourced from accelerate's releases.
Commits
c61f41c
Release: v0.34.2beb4378
Release: v0.34.1e13bef2
Allow DataLoaderAdapter subclasses to be pickled by implementing__reduce__
...73a1531
Fix FSDP auto_wrap using characters instead of full str for layers (#3075)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