dashboard-react
    Preparing search index...

    Interface EffectiveConfig

    interface EffectiveConfig {
        kv_cache_backend: string;
        has_hf_token?: boolean;
        experimental_mode_enabled?: boolean;
    }
    Index

    Properties

    kv_cache_backend: string
    has_hf_token?: boolean
    experimental_mode_enabled?: boolean

    True when the node runs with SKULK_ENABLE_EXPERIMENTAL_MODE. Gates the dashboard's Experiments settings section; memory-agnostic.