Training Material: Difference between revisions

From CMU -- Language Technologies Institute -- HPC Wiki
Jump to navigation Jump to search
Yifengw2 (talk | contribs)
Initializing the Hackathon Training Material page
 
Yifengw2 (talk | contribs)
Added short description for "Connecting to Cluster" and "Instruction with SLURM" sections with links to the instructions pages
Line 1: Line 1:
=== Access Babel ===
=== Connecting to Cluster ===
Each team will be assigned with a temporary Andrew id. You will need the Andrew id to access Cluster.


=== Instruction with Slurm ===
Follow the [[Connecting to the Cluster|Instructions]] to connect to Cluster
 
=== Instruction with SLURM ===
SLURM (Simple Linux Utility for Resource Management) is a job scheduler and resource management system commonly used in high-performance computing (HPC) environments. You will need to get familiar with basic usage of SLURM in order to interact with the Cluster
 
Refer to [[Slurm|Beginner's guide to the SLURM workload manager]] for more details.


=== LLM Deployment Demo ===
=== LLM Deployment Demo ===

Revision as of 13:45, 30 June 2023

Connecting to Cluster

Each team will be assigned with a temporary Andrew id. You will need the Andrew id to access Cluster.

Follow the Instructions to connect to Cluster

Instruction with SLURM

SLURM (Simple Linux Utility for Resource Management) is a job scheduler and resource management system commonly used in high-performance computing (HPC) environments. You will need to get familiar with basic usage of SLURM in order to interact with the Cluster

Refer to Beginner's guide to the SLURM workload manager for more details.

LLM Deployment Demo