Files
gpu-rent/gpu-rent.vars.example
T
Leonid Pershin 2005b00175 Update configuration and documentation for LLM support and local watchdog
- Added `ollama-models.yaml` to .gitignore and implemented logic to copy it in gpu-rent.ps1 and gpu-rent.sh.
- Enhanced env.example to include new variables for LLM runtime options and local watchdog configuration.
- Updated CLI commands to support LLM options during setup and execution, including new flags for Ollama and llama.cpp.
- Improved documentation in cli.md and README.md to reflect changes in LLM integration and local watchdog functionality.
- Adjusted architecture and decisions documentation to clarify the role of LLMs and local watchdog in the system.
2026-08-21 05:29:23 +03:00

28 lines
1.1 KiB
Plaintext

# gpu-rent.vars — локальные параметры запуска (не секреты).
# Скопируй в gpu-rent.vars и правь. Файл в .gitignore.
# Читают: gpu-rent.ps1 / .bat / .sh и python -m gpu_rent (после .env).
# Секреты (OS_PASSWORD, CIVITAI_*) — только в .env.
# Если запуск без аргументов (двойной клик / .\gpu-rent.ps1):
# GPU_RENT_DEFAULT_ARGS=up --yes
# Доп. флаги ко ВСЕМ вызовам (после твоих аргументов):
# GPU_RENT_EXTRA_ARGS=
# Те же имена, что в .env / env.example (несекретные дефолты):
# UPDATE_GIT=true
# DEFAULT_SPOT=true
# SCAN_POOLS=ru-6,ru-7
# FLAVOR_PREFERENCE=4090-24,4090-48,a5000,a100-40
# SWARMUI_LOCAL_PORT=17801
# LLM_RUNTIME=none
# OLLAMA_LOCAL_PORT=17811
# LLAMACPP_LOCAL_PORT=17812
# IDLE_MINUTES=30
# IDLE_GRACE_MINUTES=45
# LOCAL_WATCHDOG_GRACE_MINUTES=10
# NOTIFY_READY=true
# PULL_OUTPUT=false
# Prefer auto /32 (leave unset). Spike/WARP only:
# GPU_RENT_SSH_CIDR=0.0.0.0/0