From e1cd27043280488daa8e3db11dbd690b3f14ed24 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 5 Feb 2025 14:33:28 +0100
Subject: [PATCH] Update 2 files

- /mkdocs.yml
- /docs.it4i/lumi/lumiai.md
---
 docs.it4i/lumi/lumiai.md | 23 +++++++++++++++++++++++
 mkdocs.yml               |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 docs.it4i/lumi/lumiai.md

diff --git a/docs.it4i/lumi/lumiai.md b/docs.it4i/lumi/lumiai.md
new file mode 100644
index 000000000..b8122cea1
--- /dev/null
+++ b/docs.it4i/lumi/lumiai.md
@@ -0,0 +1,23 @@
+# LUMI AI
+
+LUMI can assist users in migrating their machine learning applications from smaller-scale computing environments to LUMI.
+
+## LUMI AI Guide
+
+The guide is available at [LUMI gitlab][1] page.
+Note that the project is still work in progress and changes are made constantly.
+
+## Requirements
+
+Before proceeding, please ensure you meet the following prerequisites:
+
+* A basic understanding of machine learning concepts and Python programming. This guide will focus primarily on aspects specific to training models on LUMI.
+* An active user account on LUMI and familiarity with its basic operations.
+* If you wish to run the included examples, you need to be part of a project with GPU hours on LUMI.
+
+## Examples
+
+For examples visit [LUMI AI workshop][2].
+
+[1]: https://github.com/Lumi-supercomputer/LUMI-AI-Guide/blob/main/README.md
+[2]: https://github.com/Lumi-supercomputer/Getting_Started_with_AI_workshop
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 5db6cf5f6..1438fe6a5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -314,6 +314,7 @@ nav:
       - VESTA: software/viz/vesta.md
   - LUMI:
       - About LUMI: lumi/about.md
+      - LUMI AI: lumi/lumiai.md
       - LUMI Software:
         - General: lumi/software.md
         - OpenFoam: lumi/openfoam.md
-- 
GitLab