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

Fix Windows instructions

parent c0f9fe16
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -144,11 +144,13 @@ Anschließend installieren wir noch Pakete mit \lstinline|pip| aus dem PyPI-Repo
Falls Sie eine NVIDIA GPU haben und den Support dafür aktivieren wollen, installieren Sie die folgenden Pakete:
\begin{lstlisting}[gobble=2, basicstyle=\ttfamily\footnotesize]
#*\color{gray}(ml) C:\textbackslash Users\textbackslash john>*mamba install cudatoolkit cudnn
#*\color{gray}(ml) C:\textbackslash Users\textbackslash john>*mamba install -c nvidia cudatoolkit cudnn cuda-nvcc
\end{lstlisting}
und fügen auch den Pfad zu den entsprechenden Libraries (z.\,B.\ \textit{cudnn64\_8.dll}) in ihrer Benutzerumgebungsvariable \lstinline|Path| hinzu, besipielhaft:
und fügen auch den Pfad zu den entsprechenden Libraries (z.\,B.\ \textit{cudnn64\_8.dll}) und Tools (\texttt{ptxas.exe}) in ihrer Benutzerumgebungsvariable \lstinline|Path| hinzu, besipielhaft:
\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
\end{lstlisting}
......
No preview for this file type
......@@ -116,11 +116,13 @@ You will get a list of packages and can confirm with \keyenter. Installation tak
\end{lstlisting}
If you have an NVIDIA GPU and want to activate support for it, install the following packages:
\begin{lstlisting}[gobble=2]
#*\color{gray}(weai) C:\textbackslash Users\textbackslash john>*mamba install cudatoolkit cudnn
#*\color{gray}(weai) C:\textbackslash Users\textbackslash john>*mamba install -c nvidia cudatoolkit cudnn cuda-nvcc
\end{lstlisting}
and optionally (not required for Spyder) also add the path to the corresponding libraries (e.\,g.\ \textit{cudnn64\_8.dll}) in your user environment variable \lstinline|Path|, for example:
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
\end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment