"vscode:/vscode.git/clone" did not exist on "caf15cd060dd564303c2702e51cc64a557fad032"
- 23 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2096 run: `arc lint --apply-patches --paths-cmd 'hg files -I "./**/*.py"'` Reviewed By: mthrok Differential Revision: D33297351 fbshipit-source-id: 7bf5956edf0717c5ca90219f72414ff4eeaf5aa8
-
- 24 Nov, 2021 1 commit
-
-
Caroline Chen authored
Summary: The previous way of detecting the merger and labels given a commit hash no longer works with ShipIt, as PRs are closed and not merged and are not associated with a commit hash. To work around this, update the script to get the merger (pulled by: ) and PR number from the commit hash message, and then collect labels from the corresponding PR. Pull Request resolved: https://github.com/pytorch/audio/pull/2030 Reviewed By: mthrok Differential Revision: D32634870 Pulled By: carolineechen fbshipit-source-id: a8fcfc5912871d3cca056de43ab25b5d0acb2226
-
- 03 Nov, 2021 1 commit
-
-
moto authored
This commit changes the build process so that the third party code are fetched automatically when `setup.py` is invoked. This is to allow 1. `build_sdist` to contain the third party library codes, so that source code distribution created at the time release tag is created is complete. 2. It makes it possible to do `pip install https://github.com/pytorch/audio.git`. Example: ``` !pip install 'cmake>=3.18' ninja !pip install --verbose git+https://github.com/pytorch/audio.git@auto-source ```
-
- 02 Nov, 2021 4 commits
-
-
moto authored
Include the list of labels.
-
Caroline Chen authored
-
moto authored
- 29 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 28 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 30 Sep, 2021 1 commit
-
-
Nicolas Hug authored
* Add enw issue forms * forgot one torchvision left * audio-specific bug * Apply suggestions from code review Co-authored-by:
moto <855818+mthrok@users.noreply.github.com> Co-authored-by:
moto <855818+mthrok@users.noreply.github.com>
-
- 26 Aug, 2021 1 commit
-
-
moto authored
* Default to BUILD_SOX=1 in non-Windows systems Since the adaptation of CMake and restricting to the static linking of libsox, the build process has become much robust with libsox integration enabled. This commit makes it default behavior to build libsox integration in non-Windows systems. The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
-
- 31 Jul, 2021 1 commit
-
-
Nikita Shulga authored
-
- 18 May, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 06 Apr, 2021 1 commit
-
-
Mustafa Bal authored
* Added CodeQL and Bandit security checks as GitHub Actions * Fixed renegerate jinja2 bug * Removed specific Bandit fixes
-
- 30 Jun, 2020 1 commit
-
-
Artyom Astafurov authored
-
- 29 Jul, 2019 1 commit
-
-
jamarshon authored
-