Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:python [2023/06/22 09:44] katrindoku:python [2023/08/25 07:33] – [Pytorch] jz
Line 67: Line 67:
 Make sure to use the currently provided '''miniconda3''' module via '''module load miniconda3''' Make sure to use the currently provided '''miniconda3''' module via '''module load miniconda3'''
  
-  * **I see the error '''ModuleNotFoundError: No module named "conda"''' in my slurm job logfileWhat is wrong>?**+  * **I dont get the right python version and packages** / **I see the error '''ModuleNotFoundError: No module named "conda"''' in my slurm job logfile** - **What is wrong>?**
  
-The default for sbatch is to use the current user environment and start the job in the context of this environment. Since conda is depending on environment variables being setup correctly you need to ake sure to start the job script from a clean environment. Alternatively you can also use sbatch with the '''--export=NONE''' argument.+The default for sbatch is to use the current user environment and start the job in the context of this environment. Since conda is depending on environment variables being setup correctly you need to make sure to start the job script from a clean environment.  
 + 
 +Alternatively you can also use sbatch with the '''--export=NONE''' argument from commandline or add an sbatch directive in your job script: "#SBATCH --export=NONE"
  
 ====== Deprecated Information (work in progress) ====== ====== Deprecated Information (work in progress) ======
Line 208: Line 210:
 >>> import phono3py >>> import phono3py
 >>> exit() >>> exit()
 +</code>
 +
 +=== Pytorch ===
 +
 +To install the latest pytorch with conda please follow the instructions on this page:
 +
 +[[https://pytorch.org/get-started/locally/|Latest Pytorch installation]]
 +
 +For older and specific combinations of pytorch and cuda please have a look at this page:
 +
 +[[https://pytorch.org/get-started/previous-versions/#v182-with-lts-support|Previous Pytorch versions]]
 +
 +Eg.: to install v1.13.1 with cuda 11.6 use:
 +<code>
 +conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidia
 +</code>
 +
 +
 +You can also install the current pytorch version with an older cuda version via:
 +<code>
 +conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c nvidia
 </code> </code>
  
  • doku/python.txt
  • Last modified: 2024/03/19 14:24
  • by katrin