Last active
August 28, 2025 07:41
-
-
Save dsissoko/ee107b48d34545f3c723750bbbd4408c to your computer and use it in GitHub Desktop.
vast.ai provisionning script for template https://cloud.vast.ai?ref_id=62897&template_id=231046ac198180d157018ed85b30d90d
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 | |
| set -eo pipefail | |
| LOG_FILE="/workspace/provision.log" | |
| echo "🚀 Provisioning script started at $(date)" >> "$LOG_FILE" | |
| OLLAMA_CONTEXT_LENGTH=32768 OLLAMA_HOST=0.0.0.0:11434 OLLAMA_KEEP_ALIVE=-1 nohup ollama serve & | |
| ollama pull devstral:24b-small-2505-q4_K_M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment