Skip to content

Commit

Permalink
Remove unused ascii banner string
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 615504786
  • Loading branch information
ericye16 authored and copybara-github committed Mar 13, 2024
1 parent a0f316d commit 1408784
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions run.cc
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ void Run(LoaderArgs& loader, InferenceArgs& inference, AppArgs& app) {
}

if (app.verbosity >= 1) {
static const std::string banner_ascii_art =
" __ _ ___ _ __ ___ _ __ ___ __ _ ___ _ __ _ __\n"
" / _` |/ _ \\ '_ ` _ \\| '_ ` _ \\ / _` | / __| '_ \\| '_ \\\n"
"| (_| | __/ | | | | | | | | | | (_| || (__| |_) | |_) |\n"
" \\__, |\\___|_| |_| |_|_| |_| |_|\\__,_(_)___| .__/| .__/\n"
" __/ | | | | |\n"
" |___/ |_| |_|";

const std::string instructions =
"*Usage*\n"
" Enter an instruction and press enter (%C resets conversation, "
Expand Down

0 comments on commit 1408784

Please sign in to comment.