Remove unused ascii banner string

PiperOrigin-RevId: 615504786
This commit is contained in:
Eric Ye 2024-03-13 12:21:06 -07:00 committed by Copybara-Service
parent a0f316d853
commit 1408784d7b
1 changed files with 0 additions and 8 deletions

8
run.cc
View File

@ -245,14 +245,6 @@ void Run(LoaderArgs& loader, InferenceArgs& inference, AppArgs& app) {
} }
if (app.verbosity >= 1) { if (app.verbosity >= 1) {
static const std::string banner_ascii_art =
" __ _ ___ _ __ ___ _ __ ___ __ _ ___ _ __ _ __\n"
" / _` |/ _ \\ '_ ` _ \\| '_ ` _ \\ / _` | / __| '_ \\| '_ \\\n"
"| (_| | __/ | | | | | | | | | | (_| || (__| |_) | |_) |\n"
" \\__, |\\___|_| |_| |_|_| |_| |_|\\__,_(_)___| .__/| .__/\n"
" __/ | | | | |\n"
" |___/ |_| |_|";
const std::string instructions = const std::string instructions =
"*Usage*\n" "*Usage*\n"
" Enter an instruction and press enter (%C resets conversation, " " Enter an instruction and press enter (%C resets conversation, "