Skip to content

ISSUE 534: Deprecate conda environment.yml / move to pip#552

Open
HundredBillion wants to merge 9 commits intosdatkinson:mainfrom
HundredBillion:issue-534
Open

ISSUE 534: Deprecate conda environment.yml / move to pip#552
HundredBillion wants to merge 9 commits intosdatkinson:mainfrom
HundredBillion:issue-534

Conversation

@HundredBillion
Copy link
Copy Markdown

@HundredBillion HundredBillion commented Apr 26, 2025

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

Screenshot 2025-04-28 at 9 32 21 AM Screenshot 2025-04-28 at 9 33 01 AM

Linux

Screenshot 2025-04-28 at 9 33 15 AM

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

Screenshot 2025-04-28 at 9 33 44 AM

@HundredBillion HundredBillion marked this pull request as ready for review April 26, 2025 18:37
@HundredBillion HundredBillion changed the title Issue 534 Issue 534: Deprecate conda environment.yml / move to pip Apr 26, 2025
@HundredBillion HundredBillion changed the title Issue 534: Deprecate conda environment.yml / move to pip ISSUE 534: Deprecate conda environment.yml / move to pip Apr 26, 2025
@sdatkinson
Copy link
Copy Markdown
Owner

Thanks for the PR, @HundredBillion!

This doesn't resolve #534 because installing still uses conda .yml files.

I'll give comments inline presently

@HundredBillion
Copy link
Copy Markdown
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 requirements-gpu.txt

Copy link
Copy Markdown
Owner

@sdatkinson sdatkinson left a comment

Choose a reason for hiding this comment

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

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.

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.

Deprecate conda environment.yml / move to pip

2 participants