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/embedding | |
parent | 2a5ee023ad3022bc0b505343394b9754587fb731 (diff) |
define default model path once, sync path with readme (#1366)
Diffstat (limited to 'examples/embedding')
-rw-r--r-- | examples/embedding/embedding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/embedding/embedding.cpp b/examples/embedding/embedding.cpp index bb3fd50..c24f7f8 100644 --- a/examples/embedding/embedding.cpp +++ b/examples/embedding/embedding.cpp @@ -6,7 +6,6 @@ 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; |