# 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