diff options
author | AndrĂ¡s Salamon <ott2@users.noreply.github.com> | 2023-05-16 16:46:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 17:46:34 +0200 |
commit | 9560655409dc80771a9b19e838ff47c5c1df6483 (patch) | |
tree | 020452bb6b4d898e52003b46de9d5c6599e9fce7 /examples/main | |
parent | 2a5ee023ad3022bc0b505343394b9754587fb731 (diff) |
define default model path once, sync path with readme (#1366)
Diffstat (limited to 'examples/main')
-rw-r--r-- | examples/main/main.cpp | 1 |
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; |