Giter Club home page Giter Club logo

ai-systems's Introduction

Examples on the LRZ AI Systems

The current repository contains examples that one could run on the LRZ AI Systems. Instructions on how to create a container to run the examples are mentioned below. Once the container is created, the slurm job scripts provided could be used to run the job on the systems.

The materials of this repo serve as a basic how-to and will also be used as part of the trainings offered.

Creating a custom container

Follow the steps to extend a container from the NVIDIA NGC Catalog Containers which could be used to run all the examples in this repo.

$ enroot import docker://nvcr.io/nvidia/pytorch:23.06-py3
$ enroot create --name custom_container nvidia+pytorch+23.06-py3.sqsh
$ enroot start custom_container
$ pip install --no-cache-dir lightning
$ pip install --no-cache-dir torchdata portalocker torchvision
$ HOROVOD_GPU_OPERATIONS=NCCL pip install --no-cache-dir horovod
$ exit
$ enroot export --output pytorch+lightning+custom.sqsh custom_container
$ enroot start pytorch+lightning+custom.sqsh

Acknowledgements

The examples are codes found online adapted to the LRZ AI Systems by Maja Piskac and Ajay Navilarekal Rajgopal (both part of LRZ). Please approach us if we have used one of your works or would like to see one of your works as a part of this repo.

ai-systems's People

Contributors

ajaynr avatar

Stargazers

Manish Goel avatar

Watchers

 avatar Kostas Georgiou avatar

Forkers

mnshgl0110

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.