Skip to content

Commit

Permalink
Update PyTorch environment to cuda 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Walker committed Nov 4, 2024
1 parent 6741f97 commit 95a0a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ pre-commit install
```angular2html
conda create -n pytorch_mamba python=3.11
conda activate pytorch_mamba
conda install pytorch=2.2 torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
conda install packaging pyyaml -c conda-forge
conda install pytorch=2.5 torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
conda install packaging pyyaml pandas -c conda-forge
pip install causal-conv1d>=1.2.0 mamba-ssm s5-pytorch einops
```

Expand Down

0 comments on commit 95a0a96

Please sign in to comment.