This file contains hidden or 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/bash | |
# Vast.ai Optimized Quick Start - Just pulls and runs pre-built image | |
set -e | |
echo "========================================" | |
echo " Ollama Chat - Vast.ai Quick Start" | |
echo "========================================" |