Skip to content
Snippets Groups Projects
Commit 866241b3 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Fix bad GPU lib path in WeAI windows instructions

parent 8e17fdbf
Branches
No related tags found
No related merge requests found
......@@ -120,9 +120,9 @@ If you have an NVIDIA GPU and want to activate support for it, install the follo
\end{lstlisting}
and optionally (not required for Spyder) also add the path to the corresponding libraries (e.\,g.\ \textit{cudnn64\_8.dll}) and tools (\texttt{ptxas.exe}) in your user environment variable \lstinline|Path|, for example:
\begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
C:\Users\john\miniforge\envs\ml\bin
C:\Users\john\miniforge\envs\ml\Library\bin
C:\Users\john\miniforge\envs\ml\Library\lib
C:\Users\john\miniforge\envs\weai\bin
C:\Users\john\miniforge\envs\weai\Library\bin
C:\Users\john\miniforge\envs\weai\Library\lib
\end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment