- 02 Feb, 2021 2 commits
-
-
Prabhat Roy authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Vincent QB authored
-
- 01 Feb, 2021 2 commits
-
-
moto authored
[`sox_format_t.tell_off`](https://fossies.org/dox/sox-14.4.2/structsox__format__t.html#a2016a9fa839f3139e3c2f64381b0c445) should be representing current offset in file, but there are cases it does not. This was causing segmentation fault in some cases. This PR fixes it by replacing it with `ftell` call and add extra check so that if the same thing should happen, it will throw runtime error instead of segmentation fault.
-
Nicolas Hug authored
-
- 30 Jan, 2021 1 commit
-
-
jieruan authored
-
- 29 Jan, 2021 4 commits
-
-
Vincent QB authored
fix 'file-does-not-end-in-newline' and typo.
-
moto authored
-
moto authored
-
moto authored
-
- 28 Jan, 2021 1 commit
-
-
Caroline Chen authored
-
- 27 Jan, 2021 2 commits
- 26 Jan, 2021 3 commits
-
-
Fabian-Robert Stöter authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
moto authored
-
- 25 Jan, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 21 Jan, 2021 5 commits
-
-
moto authored
* Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds * Do not install cmake system-wide * Move libsndfile installation to Docker image
-
moto authored
-
moto authored
-
moto authored
Changing the test Docker image for GPU tests to use Nvidia Docker `devel` image. This is necessary for #1187.
-
moto authored
TorchScript BC test checks that if dumped object from the previous version is compatible with the latest master. However, PyTorch does not guarantee backward compatibility of serialized TorchScript object across versions. Domain libraries do not guarantee this either.
-
- 20 Jan, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 19 Jan, 2021 3 commits
-
-
Eli Uriegas authored
torchaudio can work with any version of pytorch so let's strip the pytorch version suffix to denote that Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Alexandre Défossez authored
-
- 15 Jan, 2021 1 commit
-
-
moto authored
* Support file-like object in save func * Disable CircleCI cache for TP artifacts for cleaner build
-
- 12 Jan, 2021 3 commits
-
-
moto authored
With this change, `BUILD_TRANSDUCER=1 python setup.py build_ext` now sees `-D_GLIBCXX_USE_CXX11_ABI=` in the compilation command. (Note: sox is C-only so it is not relevant to sox build process) See also: - https://github.com/pytorch/text/pull/931 - https://stackoverflow.com/a/55406930
-
moto authored
-
- 11 Jan, 2021 2 commits
-
-
Vincent QB authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 09 Jan, 2021 2 commits
- 08 Jan, 2021 3 commits
-
-
moto authored
-
Nicolas Hug authored
-
Krishna Kalyan authored
Also replaces `assert_allclose` with `assertEqual`. Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 07 Jan, 2021 2 commits
-
-
Vincent QB authored
-
moto authored
-