File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/sglang_diffusion_routing/cli Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ def _print_fired_up_banner(log_prefix: str) -> None:
2424 |___/
2525
2626 ____ _ _____ _
27- | _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| | _ _ _ __
28- | |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | | '_ \
29- | _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | | |_| | |_) |
30- |_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_| \__,_ | .__/
31- |_|
27+ | _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| |_ _ _ __
28+ | |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | '_ \
29+ | _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | |_| | |_) |
30+ |_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_\__,__ | .__/
31+ |_|
3232
3333"""
3434 use_color = sys .stdout .isatty () and "NO_COLOR" not in os .environ
You can’t perform that action at this time.
0 commit comments