Skip to content

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 = '      '

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() -> None