Skip to content

Commit

Permalink
Merge pull request #1 from Lean-Y/patch-1
Browse files Browse the repository at this point in the history
Fix the nvcc order bug.
  • Loading branch information
yzhangee authored Oct 17, 2023
2 parents e4317af + 52511b3 commit b78b551
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 @@ -6,11 +6,11 @@ This section describes the installation process based on PyTorch. Firstly, you n
```
# Create conda environment
conda create -n emergnn python==3.8
# Install nvcc
conda install https://anaconda.org/conda-forge/cudatoolkit-dev/11.3.1/download/linux-64/cudatoolkit-dev-11.3.1-py38h497a2fe_0.tar.bz2
# Install pytorch
conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.10.1+cu113.html
# Install nvcc
conda install https://anaconda.org/conda-forge/cudatoolkit-dev/11.3.1/download/linux-64/cudatoolkit-dev-11.3.1-py38h497a2fe_0.tar.bz2
# Install other necessary requirements
pip install -r requirements.txt
```
Expand Down

0 comments on commit b78b551

Please # to comment.