File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ On other platforms you can install the cuda accelelerated versions of PyTorch an
5454### Conda + cuda on Windows 11 example
5555
5656```
57- conda create -n denoise -c conda-forge python=3.10
57+ conda create -n denoise -c conda-forge python=3.13
5858conda activate denoise
59- conda install --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito==3.10.5
59+ conda install --strict-channel-priority -c https://conda.ovito.org -c conda-forge ovito==3.14.1
6060conda install install "pytorch>=2.6" pytorch-cuda=12.1 -c pytorch -c nvidia -c conda-forge
61- conda install pyg -c pyg -c conda-forge
61+ conda install pyg -c " pyg<2.7" -c conda-forge
6262conda install -c conda-forge ase pandas e3nn
6363pip install git+https://github.com/nnn911/ScoreBasedDenoising.git
6464```
You can’t perform that action at this time.
0 commit comments