Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Torchdata as a requirement and remove conditional imports of Torchdata #1961

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

abhinavarora
Copy link
Contributor

No description provided.

Copy link
Contributor

@ejguan ejguan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@abhinavarora
Copy link
Contributor Author

abhinavarora commented Oct 25, 2022

The current failures are from the new Github actions we are adding for replacing CircleCI. Will ignore these for now.

@abhinavarora abhinavarora merged commit f44bac4 into pytorch:main Oct 25, 2022
abhinavarora added a commit to abhinavarora/text that referenced this pull request Oct 25, 2022
…hdata (pytorch#1961)

* Add Torchdata as a requirement and remove conditional imports of Torchdata

* Add torchdata dep to meta.yaml
abhinavarora added a commit that referenced this pull request Oct 26, 2022
…hdata (#1961) (#1962)

* Add Torchdata as a requirement and remove conditional imports of Torchdata

* Add torchdata dep to meta.yaml
@xwang233 xwang233 mentioned this pull request Oct 26, 2022
Nayef211 added a commit that referenced this pull request Oct 27, 2022
facebook-github-bot pushed a commit to pytorch/benchmark that referenced this pull request Oct 28, 2022
Summary:
To support Python 3.10, we need to update a few model dependencies such as fairseq and spacy.

We need to add torchaudio dependency because newer version of fairseq now depends on torchaudio: https://github.com/facebookresearch/fairseq/blob/main/setup.py#L190
Torchtext also adds new dependency torchdata so we need to include that as well: pytorch/text#1961

Currently, the CircleCI test runs on Python 3.8, and the GHA test runs on Python 3.10.

Pull Request resolved: #1261

Reviewed By: desertfire

Differential Revision: D40778986

Pulled By: xuzhao9

fbshipit-source-id: 897829f662ac4554ab7aee87c50a39c662269b21
Nayef211 added a commit that referenced this pull request Oct 28, 2022
atalman added a commit that referenced this pull request Dec 9, 2022
gairgeio added a commit to gairgeio/benchmark that referenced this pull request Aug 2, 2024
Summary:
To support Python 3.10, we need to update a few model dependencies such as fairseq and spacy.

We need to add torchaudio dependency because newer version of fairseq now depends on torchaudio: https://github.com/facebookresearch/fairseq/blob/main/setup.py#L190
Torchtext also adds new dependency torchdata so we need to include that as well: pytorch/text#1961

Currently, the CircleCI test runs on Python 3.8, and the GHA test runs on Python 3.10.

Pull Request resolved: pytorch/benchmark#1261

Reviewed By: desertfire

Differential Revision: D40778986

Pulled By: xuzhao9

fbshipit-source-id: 897829f662ac4554ab7aee87c50a39c662269b21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants