Last active
August 29, 2024 07:23
-
-
Save Artem-B/783f631f3ee8d8abaf9a58f48fa2a206 to your computer and use it in GitHub Desktop.
runpod-llm.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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