Home
Softono
LUMI-AI-Guide

LUMI-AI-Guide

Open source Python
77
Stars
20
Forks
9
Issues
8
Watchers
3 weeks
Last Commit

About LUMI-AI-Guide

The LUMI AI Guide is designed to assist users in migrating their machine learning applications from smaller-scale computing environments to the LUMI supercomputer.

Platforms

Web Self-hosted

Languages

Python

Links

LUMI AI guide

LUMI Logo

This guide is designed to assist users in migrating their machine learning applications from smaller-scale computing environments to the LUMI supercomputer. We will walk you through a detailed example of training an image classification model using PyTorch's Vision Transformer (VIT) on the ImageNet dataset.

All Python and bash scripts referenced in this guide are accessible in this GitHub repository. We start with a basic python script, visiontransformer.py, that could run on your local machine and modify it over the next chapters to run it efficiently on LUMI. This guide also covers the transition from training to production with a chapter on LLM Inference (Chapter 10), focusing on memory-efficient hosting with vLLM.

Even though this guide uses PyTorch, most of the covered topics are independent of the used machine learning framework. We therefore believe this guide is helpful for all new ML users on LUMI while also providing a concrete example that runs on LUMI.

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.

Table of contents

The guide is structured into the following sections:

Further reading

Primary contributors

The primary contributors to this repository are the LUMI User Support Team (LUST) and the LUMI AI Factory.

image image