🚀 DataChain Open-Source Release. Star us on !
MLEM uses .mlem.yaml file to load configuration from, but it can be overridden
(or set) via corresponding env variable with MLEM_ prefix.
Also, mlem config allows you to manipulate
config.
additional_extensions - comma-separated list of extension modules to
force-load on MLEM import. None by defaultautoload_exts - turn on dynamic extension loading. Default: Truedebug - whether to run MLEM in debug mode; Sets log_level to DEBUG.
Default: Falsedefault_external - whether to save objects as external by default. Default
value: Falsedefault_storage - where to store saved artifacts by default. Should be a
serialized Storage instance. The default is LocalStorage, which means
"save artifacts locally".emojis - whether to show 🖇️🦉🤩🇪🇲🅾️🇯ℹ️🇸🤩🦉🖇️ in CLI output. Default: ✅log_level - logging level to use. Default: INFOno_analytics - whether to stop collecting usage telemetry. Default: Falsestate - allows you to set the uri for a remote state manager.Different MLEM extensions can provide additional options that you also can set
via .mlem.yaml file. Please refer to corresponding extension documentation.