Spaces:
Runtime error
Runtime error
File size: 192 Bytes
848ce1e |
1 2 3 4 5 6 7 8 9 10 |
CONTROLLER_HEART_BEAT_EXPIRATION = 30
WORKER_HEART_BEAT_INTERVAL = 15
LOGDIR = "./demo_logs"
# Model Constants
IGNORE_INDEX = -100
IMAGE_TOKEN_INDEX = -200
DEFAULT_IMAGE_TOKEN = "<|image|>"
|