CoolFace
Apppublic

build-small-hackathon/oneiros

sourceHugging Faceupdated 4mo agoView on Hugging Face
1likes
space_full_deploy.sh17 linesDownload Raw Back to scripts
1#!/usr/bin/env bash2# Fase 2: restore wheel llama-cpp + preload (setelah Space boot Running)3set -euo pipefail4cd "$(dirname "$0")/.."5cp requirements-space.txt requirements.txt6python3 scripts/pulihkan_readme_preload.py7./scripts/check_space_requirements.py8echo ""9echo "Siap push fase penuh."10echo "  git add requirements.txt README.md && git commit && git push origin main"11echo ""12echo "Setelah Running, di Space Settings → Variables:"13echo "  ONEIROS_FULL_DEPLOY=1"14echo "  ONEIROS_SKIP_WARMUP=   (kosongkan / hapus)"15echo "  N_GPU_LAYERS=0"16echo "  N_CTX=4096  (atau 2048 jika OOM)"17