MoraxCheng's picture
Add keep-alive scripts and environment configuration for Tranception Space
7a6c881
raw
history blame contribute delete
362 Bytes
# Environment variables for Tranception app
# Set to 'true' to disable Zero GPU support (useful for debugging or when Zero GPU is unstable)
DISABLE_ZERO_GPU=false
# Set to 'true' to enable debug logging
DEBUG_MODE=false
# Maximum inference batch size (reduce for CPU mode)
MAX_BATCH_SIZE=50
# Timeout for Zero GPU operations (in seconds)
ZERO_GPU_TIMEOUT=300