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: docs/quickstart.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ <h2>Installation</h2>
182
182
<li><p>Then install <ahref="https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html">CUDA</a> following NVIDIA's instructions.</p></li>
183
183
<li><p>Install the latest version of <ahref="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh">conda</a> and activate conda.</p></li>
184
184
<li><p>Install the required Python dependencies using <code>env_cuda_latest.yaml</code> and conda:</p></li>
185
+
<p>For additional configurations, refer to the <code>prepare.sh</code> script.</p>
185
186
<pre>conda env create -f env_cuda_latest.yaml # You may need to downgrade the torch using pip to match the CUDA version.</pre>
0 commit comments