def is_debug_mode()

in llm_perf/common/dependency.py [0:0]


def is_debug_mode():
    return os.environ.get("DEBUG_MODE", "0") == "1"