Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Honchkrow committed Oct 25, 2024
1 parent 2e2ee3f commit dc6c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ If errors about **<font color=blue>unavailable or invalid channel</font>** occur

### 4.3 CUDA version mismatch

When running the **setup.sh** script, users may encounter an error indicating that the CUDA version is incompatible with the installed packages (such as torch_scatter and torch-sparse). This issue arises because CUDA is required for compiling torch_scatter and torch-sparse. The version of CUDA required by Space is 11.3.1. To resolve this issue, you can install the cudatoolkit using conda or mamba.
When running the **setup.sh** script, users may encounter an error indicating that **<font color=blue>the CUDA version is incompatible with the installed packages (such as torch_scatter and torch-sparse)</font>**. This issue arises because CUDA is required for compiling torch_scatter and torch-sparse. The version of CUDA required by Space is 11.3.1. To resolve this issue, you can install the cudatoolkit using conda or mamba.

Next, create a new environment and install cudatoolkit.

Expand Down

0 comments on commit dc6c992

Please sign in to comment.