aboutsummaryrefslogtreecommitdiff
path: root/examples/main/main.cpp
diff options
context:
space:
mode:
authorAndrĂ¡s Salamon <ott2@users.noreply.github.com>2023-05-16 16:46:34 +0100
committerGitHub <noreply@github.com>2023-05-16 17:46:34 +0200
commit9560655409dc80771a9b19e838ff47c5c1df6483 (patch)
tree020452bb6b4d898e52003b46de9d5c6599e9fce7 /examples/main/main.cpp
parent2a5ee023ad3022bc0b505343394b9754587fb731 (diff)
define default model path once, sync path with readme (#1366)
Diffstat (limited to 'examples/main/main.cpp')
-rw-r--r--examples/main/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/main/main.cpp b/examples/main/main.cpp
index 8543414..fe1c847 100644
--- a/examples/main/main.cpp
+++ b/examples/main/main.cpp
@@ -50,7 +50,6 @@ void sigint_handler(int signo) {
int main(int argc, char ** argv) {
gpt_params params;
- params.model = "models/llama-7B/ggml-model.bin";
if (gpt_params_parse(argc, argv, params) == false) {
return 1;