This commit is contained in:
lingyu zeng
2024-12-02 14:59:48 +08:00
parent 253ccd12c6
commit e8b93c7ac9

View File

@@ -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
```