Skip to content

Instantly share code, notes, and snippets.

@Artem-B
Last active August 29, 2024 07:23
Show Gist options
  • Save Artem-B/783f631f3ee8d8abaf9a58f48fa2a206 to your computer and use it in GitHub Desktop.
Save Artem-B/783f631f3ee8d8abaf9a58f48fa2a206 to your computer and use it in GitHub Desktop.
runpod-llm.sh
#! /bin/sh
MODEL=${}
apt update
apt install -y nvtop htop btop tmux
tmux new-session 'nvtop' \; \
split-window 'python3 download-model.py --threads 15 ${1:-}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment