You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ DANCE 2.0 tackles this challenge by transforming preprocessing from a black-box
167
167
The full installation process might be a bit tedious and could involve some debugging when using CUDA enabled packages.
168
168
Thus, we provide an `install.sh` script that simplifies the installation process, assuming the user have [conda](https://conda.io/projects/conda/en/latest/index.html) set up on their machines.
169
169
The installation script creates a conda environment `dance` and install the DANCE package along with all its dependencies with a apseicifc CUDA version.
170
-
Currently, two options are accepted: `cpu` and `cu118`.
170
+
Currently, two options are accepted: `cpu` and `cu118`.
171
171
For example, to install the DANCE package using CUDA 11.8 in a `dance-env` conda environment, simply run:
0 commit comments