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 a Requirements.txt rather than use conda config/channels #39

Open
taddyb opened this issue Feb 3, 2025 · 1 comment
Open

Add a Requirements.txt rather than use conda config/channels #39

taddyb opened this issue Feb 3, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@taddyb
Copy link
Collaborator

taddyb commented Feb 3, 2025

Summary

  • Given PyTorch no longer has binaries on CONDA forge, it may be wise to use requirements.txt rather than an env file
  • This is more generic and can still support CONDA

Actions

  • change .yaml config to a requirements.txt, or have the dependencies specified in the pyproject.toml

Considerations

Proof there is no support for CONDA

Image

The current env yaml

name: deltamodel
channels:
  - defaults
  - pytorch
  - nvidia
dependencies:
  - python=3.11
  - pytorch::pytorch-cuda=12.1
  - pytorch::pytorch=2.5.1
  - pytorch::pytorch-mutex=1.0
  - pytorch::torchaudio=2.5.1
  - pytorch::torchvision=0.20.1
.
.
.
@taddyb taddyb added the enhancement New feature or request label Feb 3, 2025
@taddyb taddyb changed the title Add a Requirements.txt rather than use conda channels Add a Requirements.txt rather than use conda config/channels Feb 3, 2025
@leoglonz
Copy link
Member

leoglonz commented Feb 3, 2025

Of course we'd be grateful if you could see what you can do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants