-
Notifications
You must be signed in to change notification settings - Fork 613
Remove unneeded torchvision/audio deps #250
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
Conversation
tianyu-l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to keep torch and just remove torchvision and torchaudio?
| run: python -m pip install --upgrade pip | ||
| - name: Install dependencies | ||
| run: | | ||
| pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to keep torch and just remove torchvision and torchaudio.
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha. yea, my bad
| - name: Install dependencies | ||
| run: | | ||
| pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 | ||
| python -m pip install -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
tianyu-l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for the fix!
|
Can this PR be landed? |
|
sorry, landing now |
ghstack-source-id: dbd201a Pull Request resolved: pytorch#250
ghstack-source-id: dbd201a Pull Request resolved: pytorch#250
Stack from ghstack (oldest at bottom):