File size: 362 Bytes
7a6c881
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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