ISSUE 534: Deprecate conda environment.yml / move to pip#552
Open
HundredBillion wants to merge 9 commits intosdatkinson:mainfrom
Open
ISSUE 534: Deprecate conda environment.yml / move to pip#552HundredBillion wants to merge 9 commits intosdatkinson:mainfrom
HundredBillion wants to merge 9 commits intosdatkinson:mainfrom
Conversation
Owner
|
Thanks for the PR, @HundredBillion! This doesn't resolve #534 because installing still uses conda .yml files. I'll give comments inline presently |
sdatkinson
requested changes
Apr 27, 2025
sdatkinson
requested changes
Jun 9, 2025
Author
|
@sdatkinson - I noticed your PR to change the url for installing Pytorch. I updated this PR in case you still want to use update the docs to install via |
sdatkinson
requested changes
Apr 6, 2026
Owner
sdatkinson
left a comment
There was a problem hiding this comment.
I'm sorry, but this still isn't what I want. There are yml files still in the repo. Moving to pip should see them gone.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is meant to resolve Issue 534
Conda is not longer able to install Pytorch, so I updated this project to install Pytorch via Pip.
The pytorch docs include a handy GUI that users can click to find out what commands to run to install Pytorch on their machine.
Mac & Windows
Linux
For CUDA installs, Pytorch currently offers support for 11.8, 12.6, 12.8.
For this repo, I only included the command for installing 11.8
Linux/Windows