Skip to content

Commit

Permalink
Bump pytorch from 2.0.0 to 2.1.0, CUDA from 11.8 to 12.0 (#51)
Browse files Browse the repository at this point in the history
⬆️ Bump pytorch from 2.0.0 to 2.1.0, CUDA from 11.8 to 12.0

Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.0.0...v2.1.0)

Also changing from the CUDA 11.8 build to the CUDA 12.0 build
  • Loading branch information
weiji14 authored Nov 24, 2023
1 parent b6fad67 commit 7704b9b
Show file tree
Hide file tree
Showing 3 changed files with 3,648 additions and 3,539 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Generate a unified [`conda-lock.yml`](https://github.com/conda/conda-lock) file
based on the dependency specification in `environment.yml`. Use only when
creating a new `conda-lock.yml` file or refreshing an existing one.

conda-lock lock --mamba --file environment.yml --platform linux-64 --with-cuda=11.8
conda-lock lock --mamba --file environment.yml --platform linux-64 --with-cuda=12.0

Installing/Updating a virtual environment from a lockile. Use this to sync your
dependencies to the exact versions in the `conda-lock.yml` file.
Expand Down
Loading

0 comments on commit 7704b9b

Please sign in to comment.