@@ -28,14 +28,13 @@ def print_initializing_banner(version: str = "0.4.25"):
2828 ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═════╝
2929{Style.RESET_ALL}
3030
31- {Fore.YELLOW}
32- ╔═══════════════════════════════════════════════════════════════╗
33- ║ ⚠️ INITIALIZING ⚠️ ║
34- ║ ║
35- ║ • Server is starting up - please wait ║
36- ║ • Do not make API requests yet ║
37- ║ • Wait for the "RUNNING" banner to appear ║
38- ╚═══════════════════════════════════════════════════════════════╝
31+ {Fore.YELLOW}▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
32+ ⚠️ INITIALIZING ⚠️
33+
34+ • Server is starting up - please wait
35+ • Do not make API requests yet
36+ • Wait for the "RUNNING" banner to appear
37+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
3938{Style.RESET_ALL}
4039
4140{Fore.CYAN}════════════════════════════════════════════════════════════════════════{Style.RESET_ALL}
@@ -67,15 +66,14 @@ def print_running_banner(version: str):
6766 ███████╗╚██████╔╝╚██████╗██║ ██║███████╗███████╗██║ ██║██████╔╝
6867 ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═════╝
6968{Style.RESET_ALL}
70- {Fore.GREEN}
71- ╔═══════════════════════════════════════════════════════════════╗
72- ║ ✅ RUNNING ✅ ║
73- ║ ║
74- ║ • Server is ready - you can now make API requests ║
75- ║ • Prefer to use the client packages for easier interaction ║
76- ║ • Model loading will continue in the background ║
77- ║ • API documentation is available below ║
78- ╚═══════════════════════════════════════════════════════════════╝
69+ {Fore.GREEN}▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
70+ ✅ RUNNING ✅
71+
72+ • Server is ready - you can now make API requests
73+ • Prefer to use the client packages for easier interaction
74+ • Model loading will continue in the background
75+ • API documentation is available below
76+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
7977{Style.RESET_ALL}
8078
8179{Fore.CYAN}════════════════════════════════════════════════════════════════════════{Style.RESET_ALL}
0 commit comments