mirror of https://github.com/google/gemma.cpp.git
Remove unused ascii banner string
PiperOrigin-RevId: 615504786
This commit is contained in:
parent
a0f316d853
commit
1408784d7b
8
run.cc
8
run.cc
|
|
@ -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, "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue