Skip to content

Instantly share code, notes, and snippets.

@pablovela5620
Last active March 15, 2024 20:27
Show Gist options
  • Save pablovela5620/b4c44cb9c9c9660631f6f9fdb63e9227 to your computer and use it in GitHub Desktop.
Save pablovela5620/b4c44cb9c9c9660631f6f9fdb63e9227 to your computer and use it in GitHub Desktop.
Pytorch 11.8
[project]
name = "Pytorch"
version = "0.1.0"
description = "Add a short description here"
channels = ["nvidia/label/cuda-11.8.0", "nvidia", "conda-forge", "pytorch"]
platforms = ["linux-64"]
[tasks]
[dependencies]
python = "3.11.*"
pip = ">=23.3.2,<23.4"
cuda = {version = "*", channel="nvidia/label/cuda-11.8.0"}
pytorch-cuda = {version = "11.8.*", channel="pytorch"}
pytorch = {version = ">=2.2.0,<2.3", channel="pytorch"}
torchvision = {version = ">=0.17.0,<0.18", channel="pytorch"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment