model auto load
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
# ============================================================================
|
||||
# ANNOTATE Application Configuration
|
||||
# ============================================================================
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Model Auto-Loading
|
||||
# ----------------------------------------------------------------------------
|
||||
# Automatically load a model at startup for immediate use
|
||||
# Options: Transformer, CNN, DQN, none
|
||||
# Default: Transformer
|
||||
AUTO_LOAD_MODEL=Transformer
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Logging Configuration
|
||||
# ----------------------------------------------------------------------------
|
||||
# Comma-separated list of enabled logging channels
|
||||
# Available channels: core, trading, training, inference, pivots, data, websocket, api, webui, performance, debug
|
||||
# Leave empty to use defaults (pivots, websocket, api, webui, debug are disabled by default)
|
||||
|
||||
Reference in New Issue
Block a user