You need to sign in or sign up before continuing.
- 02 Jun, 2021 2 commits
- 01 Jun, 2021 5 commits
-
-
moto authored
-
moto authored
-
Caroline Chen authored
-
moto authored
-
moto authored
These arguments are deprecated in 0.8 release for legal reasons, and not used anymore. Now we can remove the arguments.
-
- 31 May, 2021 2 commits
- 28 May, 2021 1 commit
-
-
Michael Melesse authored
* add rocm binary use the term cu_version update pkg_helpers add docker wheel option update config yml add force_cuda option * update config.yml * remove conda builds
-
- 27 May, 2021 2 commits
- 25 May, 2021 3 commits
-
-
moto authored
Replacing the config.guess with a newer version to support newer hardware, such as Nvidia Jetson. Obtained from: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD See: https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
-
Nikita Shulga authored
* Add CUDA binary builds * Add "cuda_version": "cpu" to doc build jobs * Add required cu_versions to pkg_helpers * Regenerate config.yml
-
Nikita Shulga authored
-
- 24 May, 2021 1 commit
-
-
Denis Kokarev authored
-
- 22 May, 2021 2 commits
- 21 May, 2021 1 commit
-
-
Artyom Astafurov authored
* Update VAD docstring and check for input shape length * Update docstring in forward for transform * Address review feedback: merge tests, update wording
-
- 20 May, 2021 3 commits
-
-
Caroline Chen authored
-
Caroline Chen authored
-
Caroline Chen authored
-
- 19 May, 2021 5 commits
-
-
Caroline Chen authored
-
Caroline Chen authored
Precomputing and caching the resampling kernel in transforms provides speed improvements for resample, but no longer handles the automatic device and dtype recognition and construction based on input waveform. This is BC-breaking if users do not manually move the transforms object to the correct device and dtype, in which case calls to resample will fail if the input waveform is on gpu, or not of float32 dtype. Precomputing the kernel additionally results in very minor precision differences from previous implementation.
-
Brian White authored
-
moto authored
Since the update of Xcode, some of HTTP tests are failing on macOS, due to `reqests.get` fails to establish a connection to local server. This change increase the wait time to 2 seconds before test starts.
-
Caroline Chen authored
-
- 18 May, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 14 May, 2021 2 commits
-
-
Caroline Chen authored
-
Borun Dev Chowdhury authored
-
- 12 May, 2021 1 commit
-
-
Kirill Ignatev authored
-
- 11 May, 2021 2 commits
-
-
discort authored
Co-authored-by:Vincent Quenneville-Belair <vincentqb@gmail.com>
-
Caroline Chen authored
-
- 10 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 06 May, 2021 5 commits
-
-
Caroline Chen authored
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
moto authored
-
moto authored
-
- 05 May, 2021 1 commit
-
-
moto authored
All macOS CI jobs were failing at `brew`. The issue was the macOS version `10.13`, which is no longer supported by `brew`. The macOS version is indirectly controlled by `xcode` version as listed [here](https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions). Updating the `xcode` to `"12.0"` as in PyTorch core bump macOS version to `10.15` and it resolves the issue. `Python 3.9` is still failing but it's packaging issue on upstream, which needs to be resolved separately.
-