Skip to content

Commit 1408784

Browse files
ericye16copybara-github
authored andcommitted
Remove unused ascii banner string
PiperOrigin-RevId: 615504786
1 parent a0f316d commit 1408784

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

run.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ void Run(LoaderArgs& loader, InferenceArgs& inference, AppArgs& app) {
245245
}
246246

247247
if (app.verbosity >= 1) {
248-
static const std::string banner_ascii_art =
249-
" __ _ ___ _ __ ___ _ __ ___ __ _ ___ _ __ _ __\n"
250-
" / _` |/ _ \\ '_ ` _ \\| '_ ` _ \\ / _` | / __| '_ \\| '_ \\\n"
251-
"| (_| | __/ | | | | | | | | | | (_| || (__| |_) | |_) |\n"
252-
" \\__, |\\___|_| |_| |_|_| |_| |_|\\__,_(_)___| .__/| .__/\n"
253-
" __/ | | | | |\n"
254-
" |___/ |_| |_|";
255-
256248
const std::string instructions =
257249
"*Usage*\n"
258250
" Enter an instruction and press enter (%C resets conversation, "

0 commit comments

Comments
 (0)