diff --git a/src/README.md b/src/README.md index f00eded..bedd881 100644 --- a/src/README.md +++ b/src/README.md @@ -1,7 +1,8 @@ ## env ```shell -conda create -n l2l python=3.10 pytorch torchvision torchaudio pytorch-cuda=11.8 ipython ipykernel jupyter -c pytorch -c nvidia --yes +conda create -n l2l pytorch torchvision torchaudio pytorch-cuda=11.8 ipython ipykernel jupyter -c pytorch -c nvidia --yes +conda install pytorch torchvision torchaudio pytorch-cuda=12.4 ipython ipykernel jupyter -c pytorch -c nvidia --yes conda activate l2l pip install learn2learn ```