Skip to content

keennay/gpu-cluster-setup

Repository files navigation

GPU Cluster Setup

1. Login your GPU compute provider.

For this, it's assumed your working directory is either / or /workspace. Edit as needed.

2. Run the below:

mkdir -p /workspace ; cd /workspace ; git clone https://github.com/keennay/gpu-cluster-setup.git ; mv gpu-cluster-setup scripts ; cd scripts

./01_init.sh
./02_install_dependencies.sh
./03_install_python.sh
source ./04_setup_env.sh
./05_install_packages.sh

3. Install any selection of open-weights models (DeepSeek V3/V3.1/R1, GLM-4.5, gpt-oss, Kimi K2, Qwen3)

./install_model.sh

Template for Running GLM-4.5:

serve_models/vllm_***.sh

Change Between Python Environments

source ./launch_env.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages