We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74604ca commit de7cc3eCopy full SHA for de7cc3e
1 file changed
src/sglang_diffusion_routing/cli/main.py
@@ -24,11 +24,11 @@ def _print_fired_up_banner(log_prefix: str) -> None:
24
|___/
25
26
____ _ _____ _
27
- | _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| | _ _ _ __
28
- | |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | | '_ \
29
- | _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | | |_| | |_) |
30
- |_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_| \__,_| .__/
31
- |_|
+ | _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| |_ _ _ __
+ | |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | '_ \
+ | _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | |_| | |_) |
+ |_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_\__,__| .__/
+ |_|
32
33
"""
34
use_color = sys.stdout.isatty() and "NO_COLOR" not in os.environ
0 commit comments