You need to sign in or sign up before continuing.
- 07 Oct, 2021 2 commits
- 24 Sep, 2021 1 commit
-
-
nateanl authored
-
- 22 Sep, 2021 1 commit
-
-
moto authored
Summary: Update fairseq reference from master to main elsewhere Reviewed By: alexeib Differential Revision: D30938472 fbshipit-source-id: 243b98550207f241c9d3265bf3d4060350aaf0a8 Co-authored-by:Diana Liskovich <dianaml@fb.com>
-
- 20 Sep, 2021 1 commit
-
-
nateanl authored
-
- 17 Sep, 2021 1 commit
-
-
moto authored
-
- 16 Sep, 2021 1 commit
-
-
moto authored
* Split `libtorchaudio` and `_torchaudio` This change extract the core implementation from `_torchaudio` to `libtorchaudio`, so that `libtorchaudio` is reusable in TorchScript-based app. `_torchaudio` is a wrapper around `libtorchaudio` and only provides PyBind11-based features. (currently file-like object support in I/O) * Removed `BUILD_LIBTORCHAUDIO` option When invoking `cmake`, `libtorchaudio` is always built, so this option is removed. The new assumptions around the library discoverability - In regular OSS workflow (`pip`/`conda`-based binary installation), both `libtorchaudio` and `_torchaudio` are present. In this case,`libtorchaudio` has to be loaded manually with `torch.ops.load_library` and/or `torch.classes.load_library` otherwise importing `_torchaudio` would not be able to resolve the symbols defined in `libtorchaudio`. - When `torchaudio` is deployed with PEX format (single zip file) - We expect that`libtorchaudio.so` exists as a file in some search path configured by client code. - `_torchaudio` is still importable and because we do not know where `libtorchaudio` will exist, we will let the dynamic loader resolve the dependency from `_torchaudio` to `libtorchaudio`, which should work as long as `libtorchaudio` is in a library search path (search path is not modifiable from already-running Python process).
-
- 15 Sep, 2021 1 commit
-
-
nateanl authored
-
- 02 Sep, 2021 2 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
- 31 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 26 Aug, 2021 2 commits
- 23 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 19 Aug, 2021 1 commit
-
-
Caroline Chen authored
-
- 18 Aug, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 17 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 10 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 03 Aug, 2021 3 commits
-
-
Caroline Chen authored
-
yangarbiter authored
-
yangarbiter authored
-
- 02 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 29 Jul, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 28 Jul, 2021 1 commit
-
-
yangarbiter authored
-
- 27 Jul, 2021 1 commit
-
-
moto authored
-
- 26 Jul, 2021 2 commits
-
-
yangarbiter authored
-
yangarbiter authored
-
- 28 Jun, 2021 1 commit
-
-
Caroline Chen authored
-
- 25 Jun, 2021 1 commit
-
-
yangarbiter authored
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-
- 04 May, 2021 1 commit
-
-
moto authored
-
- 30 Apr, 2021 1 commit
-
-
Caroline Chen authored
Replace the prototype RNNT implementation (using warp-transducer) with one without external library dependencies
-
- 23 Apr, 2021 1 commit
-
-
Vincent QB authored
-
- 15 Apr, 2021 2 commits
-
-
Tran N.M. Hoang authored
-
discort authored
* Use torchaudio melscale instead of librosa
-
- 16 Mar, 2021 1 commit
-
-
Ankit Dobhal authored
-
- 04 Mar, 2021 1 commit
-
-
moto authored
-
- 11 Feb, 2021 1 commit
-
-
Nicolas Hug authored
-