Skip to content

Instantly share code, notes, and snippets.

View michaelgold's full-sized avatar

Michael Gold michaelgold

View GitHub Profile
@michaelgold
michaelgold / init.sh
Created April 6, 2026 13:44
Ostris AI Toolkit Volume Init for Runpod
#!/usr/bin/env bash
set -e
echo "Runpod init starting..."
# Create persistent dirs
mkdir -p /mnt/{datasets,models,output,configs,hf,cache}
link_dir () {
TARGET=$1