From c01e713083642f05d583dd7a70bce10e27e433f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 8 Feb 2024 10:54:03 +0100 Subject: [PATCH] Update pytorch.md --- docs.it4i/lumi/pytorch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/lumi/pytorch.md b/docs.it4i/lumi/pytorch.md index fd9cecd53..718d80ac2 100644 --- a/docs.it4i/lumi/pytorch.md +++ b/docs.it4i/lumi/pytorch.md @@ -7,7 +7,7 @@ * Python-based framework for machine learning * Auto-differentiation on tensor types * Official LUMI page: [https://lumi-supercomputer.github.io/LUMI-EasyBuild-docs/p/PyTorch/][3] - * **Warning:** be careful where the SIF image is installed or copied ($HOME is not recommended for quota reasons). For EasyBuild you must specify the installation path: `eb PyTorch.eb -r --prefix=$PWD/easybuild`. + * **Warning:** be careful where the SIF image is installed or copied ($HOME is not recommended for quota reasons). For EasyBuild you must specify the installation path: `export EBU_USER_PREFIX=/project/project_XXXX/EasyBuild`. ## PyTorch Install -- GitLab