Rikorose / DeepFilterNet

Noise supression using deep filtering
https://huggingface.co/spaces/hshr/DeepFilterNet2
Other
2.15k stars 198 forks source link

build(deps): update tract-onnx requirement from ^0.20.19 to ^0.21.0 in /libDF #491

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on tract-onnx to permit the latest version.

Changelog

Sourced from tract-onnx's changelog.

0.21 - 2024-01-16

  • MSRV is now 1.75.0
  • [internal] ConvUnary and MatmulUnary are replaced by binary, potentially dynamic equivalent

0.20.22 - 2023-11-28

  • [ONNX] LayerNormalization support

0.20.21 - 2023-10-31

  • [ONNX] ignoring output shapes is now the default

0.20.18 - 2023-08-30

  • [intel] fix in AVX512F matrix vector product
  • [tflite] alpha, embryonic support. some convolutional models working.
  • [kaldi] remove abandonned kaldi experimental support
  • [refactoring] Runtime abstraction and runtime-targetting tests
  • [refactoring] Refactoring Python and C API around a possible tract-api. Introducing dylib support.
  • [pytorch compat] fixes around node names starting by / (bug triggered by recent pytorch versions)

0.20.7 to 0.20.17 are misfires

0.20.6 - 2023-06-09

  • Bug fixes, fix display of If operator

0.20.5 - 2023-05-26

  • Various bugfix around Einsum
  • Einsum now has functions to translate to MatMul and other axes manipulations

0.20.0, 0.20.1, 0,20.2, 0.20.3 - 2023-04-25

  • [optim] 32x32 f32 AMX kernel (for Apple Silicon M family)
  • [optim] bunch of AMX512F kernels (square, skinny, vector)
  • [ONNX] introduce Trilu, TopK
  • [NNEF/OPL] submodel loader
  • [ONNX] support alternative layout for LSTM (layout=1, batch becomes first axis)
  • [ONNX] If operators with dynamic condition (very basic optimisations, no nnef support yet).

0.19.9 & 0.19.10 - 2023-04-17

  • HardSwiwh ONNX, tract_core_hard_swish in NNEF/OPL
  • introducing tract_core_submodel in NNEF/OPL
  • JSON resource loader in NNEF/OPL
  • Profiling API tweaks
  • --folded view for model command line dump (hide Scan loops)

0.19.8 - 2023-03-27

  • Various bug fixes

0.19.7 & 0.19.6 - 2023-02-24

  • more bug fixes
  • wip on python doc auto-deploy

0.19.5 - 2023-02-22

... (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 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[bot] commented 5 months ago

Looks like tract-onnx is up-to-date now, so this is no longer needed.