Bumps the pip group with 4 updates in the /samples/clip-search directory: transformers, aiohttp, pyarrow and starlette.
Bumps the pip group with 2 updates in the /src directory: aiohttp and scipy.
Qwen2 is the new model series of large language models from the Qwen team. Previously, the Qwen series was released, including Qwen-72B, Qwen-1.8B, Qwen-VL, Qwen-Audio, etc.
Qwen2 is a language model series including decoder language models of different model sizes. For each size, we release the base language model and the aligned chat model. It is based on the Transformer architecture with SwiGLU activation, attention QKV bias, group query attention, mixture of sliding window attention and full attention, etc. Additionally, we have an improved tokenizer adaptive to multiple natural languages and codes.
Phi-2 is a transformer language model trained by Microsoft with exceptionally strong performance for its small size of 2.7 billion parameters. It was previously available as a custom code model, but has now been fully integrated into transformers.
Fixes default value of softmax_scale in PhiFlashAttention2. by @gugarosa in #28537
SigLIP
The SigLIP model was proposed in Sigmoid Loss for Language Image Pre-Training by Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, Lucas Beyer. SigLIP proposes to replace the loss function used in CLIP by a simple pairwise sigmoid loss. This results in better performance in terms of zero-shot classification accuracy on ImageNet.
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.
Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.
Related issues and pull requests on GitHub:
:issue:7978.
Fixed web.FileResponse doing blocking I/O in the event loop.
Related issues and pull requests on GitHub:
:issue:8012.
Fixed double compress when compression enabled and compressed file exists in server file responses.
Related issues and pull requests on GitHub:
:issue:8014.
Added runtime type check for ClientSessiontimeout parameter.
Related issues and pull requests on GitHub:
:issue:8021.
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.
Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.
Related issues and pull requests on GitHub:
:issue:8074.
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.
Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.
Related issues and pull requests on GitHub:
:issue:7978.
Fixed web.FileResponse doing blocking I/O in the event loop.
Related issues and pull requests on GitHub:
:issue:8012.
Fixed double compress when compression enabled and compressed file exists in server file responses.
Related issues and pull requests on GitHub:
:issue:8014.
Added runtime type check for ClientSessiontimeout parameter.
Related issues and pull requests on GitHub:
:issue:8021.
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.
Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.
Related issues and pull requests on GitHub:
:issue:8074.
SciPy 1.12.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with python -Wd and check for DeprecationWarning s).
Our development attention will now shift to bug-fix releases on the
1.12.x branch, and on adding new features on the main branch.
This release requires Python 3.9+ and NumPy 1.22.4 or greater.
For running on PyPy, PyPy3 6.0+ is required.
Highlights of this release
Experimental support for the array API standard has been added to part of
scipy.special, and to all of scipy.fft and scipy.cluster. There are
likely to be bugs and early feedback for usage with CuPy arrays, PyTorch
tensors, and other array API compatible libraries is appreciated. Use the
SCIPY_ARRAY_API environment variable for testing.
A new class, ShortTimeFFT, provides a more versatile implementation of the
short-time Fourier transform (STFT), its inverse (ISTFT) as well as the (cross-)
spectrogram. It utilizes an improved algorithm for calculating the ISTFT.
Several new constructors have been added for sparse arrays, and many operations
now additionally support sparse arrays, further facilitating the migration
from sparse matrices.
A large portion of the scipy.stats API now has improved support for handling
NaN values, masked arrays, and more fine-grained shape-handling. The
accuracy and performance of a number of stats methods have been improved,
and a number of new statistical tests and distributions have been added.
New features
scipy.cluster improvements
Experimental support added for the array API standard; PyTorch tensors,
CuPy arrays and array API compatible array libraries are now accepted
(GPU support is limited to functions with pure Python implementations).
CPU arrays which can be converted to and from NumPy are supported
module-wide and returned arrays will match the input type.
This behaviour is enabled by setting the SCIPY_ARRAY_API environment
variable before importing scipy. This experimental support is still
under development and likely to contain bugs - testing is very welcome.
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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/NEOS-AI/Neosearch/network/alerts).
Bumps the pip group with 4 updates in the /samples/clip-search directory: transformers, aiohttp, pyarrow and starlette. Bumps the pip group with 2 updates in the /src directory: aiohttp and scipy.
Updates
transformers
from 4.36.2 to 4.37.2Release notes
Sourced from transformers's releases.
... (truncated)
Commits
345b9b1
Release: v4.37.2ea5ca81
[Siglip
] protect from imports if sentencepiece not installed (#28737)711bed1
Fixweights_only
(#28725)56ee444
Enable safetensors conversion from PyTorch to other frameworks without the to...8d8fdb5
Don't fail whenLocalEntryNotFoundError
duringprocessor_config.json
load...e393419
Use save_safetensor to disable safe serialization for XLA (#28669)3001543
Fix windows err with checkpoint race conditions (#28637)b94f5fd
[SigLIP
] Only import tokenizer if sentencepiece available (#28636)d02d006
Release: v4.37.1b102ab2
Add back in generation types (#28681)Updates
aiohttp
from 3.9.1 to 3.9.2Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
24a6d64
Release v3.9.2 (#8082)9118a58
[PR #8079/1c335944 backport][3.9] Validate static paths (#8080)435ad46
[PR #3955/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...d33bc21
Improve validation in HTTP parser (#8074) (#8078)0d945d1
[PR #7916/822fbc74 backport][3.9] Add more information to contributing page (...3ec4fa1
[PR #8069/69bbe874 backport][3.9] 📝 Only show changelog draft for non-release...419d715
[PR #8066/cba34699 backport][3.9] 💅📝 Restructure the changelog for clarity (#...a54dab3
[PR #8049/a379e634 backport][3.9] Set cause for ClientPayloadError (#8050)437ac47
[PR #7995/43a5bc50 backport][3.9] Fix examples offallback_charset_resolver
...034e5e3
[PR #8042/4b91b530 backport][3.9] Tightening the runtime type check for ssl (...Updates
pyarrow
from 14.0.2 to 15.0.0Commits
a61f4af
MINOR: [Release] Update versions for 15.0.0772747b
MINOR: [Release] Update .deb/.rpm changelogs for 15.0.09a9ba9b
MINOR: [Release] Update CHANGELOG.md for 15.0.0e93d1ee
GH-39562: [C++][Parquet] Fix crash in test_parquet_dataset_lazy_filtering (#3...d82a5d0
GH-39598: [C#] Fix verification script (#39605)ead7735
GH-39604: [JS] Do not use resizable buffers yet (#39607)0f862c9
GH-39624: [R][CI] Add CMake to docker file and update envvars (#39625)209620f
GH-39584: [R] fallback to source gracefully (#39587)98e5525
GH-39601: [R] Don't download cmake when TEST_OFFLINE_BUILD=true (#39602)eb6076f
GH-39588: [CI][Go] Add CGO_ENABLED=1 to cdata_integration build to fix macOS ...Updates
starlette
from 0.35.1 to 0.36.1Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
433da65
Version 0.36.1 (#2440)4ca0a87
Downgrade mkdocs-material (#2439)e54be85
Check if "extensions" in scope before checking the extension (#2438)8d09cf4
Version 0.36.0 (#2432)7936e86
Add support for ASGIpathsend
extension (#2435)6bfe9fe
Use__future__.annotations
(#2433)b5126b2
RaiseWebSocketDisconnect
whenWebSocket.send()
exceptsIOError
(#2425)3ae161e
CancelWebSocketTestSession
on close (#2427)13c66c9
RaiseFileNotFoundError
when theenv_file
parameter onConfig
is not va...d2d9192
Add PyPI versions supported (#2431)Updates
aiohttp
from 3.9.1 to 3.9.2Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
24a6d64
Release v3.9.2 (#8082)9118a58
[PR #8079/1c335944 backport][3.9] Validate static paths (#8080)435ad46
[PR #3955/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...d33bc21
Improve validation in HTTP parser (#8074) (#8078)0d945d1
[PR #7916/822fbc74 backport][3.9] Add more information to contributing page (...3ec4fa1
[PR #8069/69bbe874 backport][3.9] 📝 Only show changelog draft for non-release...419d715
[PR #8066/cba34699 backport][3.9] 💅📝 Restructure the changelog for clarity (#...a54dab3
[PR #8049/a379e634 backport][3.9] Set cause for ClientPayloadError (#8050)437ac47
[PR #7995/43a5bc50 backport][3.9] Fix examples offallback_charset_resolver
...034e5e3
[PR #8042/4b91b530 backport][3.9] Tightening the runtime type check for ssl (...Updates
scipy
from 1.11.4 to 1.12.0Release notes
Sourced from scipy's releases.
... (truncated)
Commits
4edfcaa
REL: SciPy 1.12.0 release commit [wheel build]e3cff26
Merge pull request #19922 from tylerjereddy/treddy_1_12_0_final_prepbf02582
DOC: PR 19922 revisions [wheel build]41ed3d6
Revert "ENH: stats.wasserstein_distance: multivariate Wasserstein distance/EM...db2cb8c
DOC: update 1.12.0 relnotesc76bedf
BLD: ensure the name of the installedscipy
package is lower-caseaedbb2b
DEP: reflect extended deprecations also in release notes (#19903)0b4c8dc
DEP: extend some announced deprecations due to out-of-band 1.13 release (#19892)82dddc5
DOC: 1.12 release notes tweaks (#19877)e22a5ff
REL: 1.12.0 final unreleasedDependabot 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