Skip to content

Conversation

@ezyang
Copy link
Contributor

@ezyang ezyang commented Aug 1, 2019

Billing of changes:

  • Can now toggle what branch is built using BRANCH envvar
  • PyTorch nightly we were built against is hardcoded into conda meta.yaml
  • Disable Conda Python 3.5 builds as we don't have nightlies for torch at the moment
  • No more torchaudio-cpu or torchaudio-nightly suffix
  • Remove librosa from testing stanza, so that conda build works with stock anaconda channel
  • Change convention on PREFIX to be what we previously called $PREFIX/audio
  • Make build_from_source.sh cd-neutral

Signed-off-by: Edward Z. Yang ezyang@fb.com

ezyang added 10 commits August 1, 2019 13:59
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
- Apply __future__ imports uniformly (future division is the biggy, but absolute
  imports mattered too)
- Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
  add this library as a dependency to torchaudio; it's only for testing)
- Replace math.gcd with fractions.gcd
- Fix a weird pytest collection bug involving parametrized tests
- Turn on Python 2 and Python 3.7 in Travis.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
@ezyang
Copy link
Contributor Author

ezyang commented Aug 2, 2019

This is stacked on top of #209

ezyang added 2 commits August 2, 2019 13:43
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
@ezyang ezyang requested review from jamarshon and soumith August 2, 2019 21:35
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
@ezyang ezyang merged commit a9bee3e into master Aug 2, 2019
@jamarshon jamarshon deleted the pr/conda-nightly branch August 5, 2019 13:18
jamarshon added a commit to jamarshon/audio that referenced this pull request Aug 5, 2019
Billing of changes:

* Can now toggle what branch is built using BRANCH envvar
* PyTorch nightly we were built against is hardcoded into conda meta.yaml
* Disable Conda Python 3.5 builds as we don't have nightlies for torch at the moment
* No more torchaudio-cpu or torchaudio-nightly suffix
* Remove librosa from testing stanza, so that conda build works with stock anaconda channel
* Change convention on PREFIX to be what we previously called $PREFIX/audio
* Make build_from_source.sh cd-neutral

Signed-off-by: Edward Z. Yang ezyang@fb.com
(cherry picked from commit a9bee3e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants