vllm_omni.entrypoints.cli.logo ¶ BLUE module-attribute ¶ BLUE = '\x1b[34m' GAP_L1 module-attribute ¶ GAP_L1 = ' ' GAP_L2 module-attribute ¶ GAP_L2 = f'{WHITE} ▄▄▄ {RESET}' GAP_L3 module-attribute ¶ GAP_L3 = f'{WHITE} {RESET}' GAP_L4 module-attribute ¶ GAP_L4 = ' ' LOGO module-attribute ¶ LOGO = f'{VLLM_L1}{GAP_L1}{O_L1}{MNI_L1} {VLLM_L2}{GAP_L2}{O_L2}{MNI_L2} {VLLM_L3}{GAP_L3}{O_L3}{MNI_L3} {VLLM_L4}{GAP_L4}{O_L4}{MNI_L4} ' MNI_L1 module-attribute ¶ MNI_L1 = f'{WHITE}█▄ ▄█ █▄ █ ▀█▀ {RESET}' MNI_L2 module-attribute ¶ MNI_L2 = f'{WHITE}█ ▀▄▀ █ █ ▀▄ █ █ {RESET}' MNI_L3 module-attribute ¶ MNI_L3 = f'{WHITE}█ █ █ ▀▄█ █ {RESET}' MNI_L4 module-attribute ¶ MNI_L4 = f'{WHITE}▀ ▀ ▀ ▀ ▀▀▀ {RESET}' ORANGE module-attribute ¶ ORANGE = '\x1b[38;5;208m' O_L1 module-attribute ¶ O_L1 = f'{BLUE} ▄▀▀{ORANGE}▀▀▄ {RESET}' O_L2 module-attribute ¶ O_L2 = f'{BLUE} █ {ORANGE}█ {RESET}' O_L3 module-attribute ¶ O_L3 = f'{BLUE} █ {ORANGE}█ {RESET}' O_L4 module-attribute ¶ O_L4 = f'{PURPLE} ▀▀▀▀ {RESET}' PURPLE module-attribute ¶ PURPLE = '\x1b[35m' RESET module-attribute ¶ RESET = '\x1b[0m' VLLM_L1 module-attribute ¶ VLLM_L1 = f' {WHITE}█ █ █▄ ▄█{RESET}' VLLM_L2 module-attribute ¶ VLLM_L2 = f" {ORANGE}▄▄{RESET} {BLUE}▄█{RESET} {WHITE}█ █ █ ▀▄▀ █{RESET}" VLLM_L3 module-attribute ¶ VLLM_L3 = f" {ORANGE}█{RESET}{BLUE}▄█▀{RESET} {WHITE}█ █ █ █{RESET}" VLLM_L4 module-attribute ¶ VLLM_L4 = ( f" {BLUE}▀▀{RESET} {WHITE}▀▀▀▀▀ ▀▀▀▀▀ ▀ ▀{RESET}" ) WHITE module-attribute ¶ WHITE = '\x1b[97m' logger module-attribute ¶ logger = init_logger(__name__) log_logo ¶ log_logo() -> None