aboutsummaryrefslogtreecommitdiff
path: root/examples/perplexity/perplexity.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/perplexity/perplexity.cpp
parent2a5ee023ad3022bc0b505343394b9754587fb731 (diff)
define default model path once, sync path with readme (#1366)
Diffstat (limited to 'examples/perplexity/perplexity.cpp')
-rw-r--r--examples/perplexity/perplexity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/perplexity/perplexity.cpp b/examples/perplexity/perplexity.cpp
index 9212dee..9d38626 100644
--- a/examples/perplexity/perplexity.cpp
+++ b/examples/perplexity/perplexity.cpp
@@ -116,7 +116,6 @@ void perplexity(llama_context * ctx, const gpt_params & params) {
int main(int argc, char ** argv) {
gpt_params params;
- params.model = "models/llama-7B/ggml-model.bin";
params.n_batch = 512;
if (gpt_params_parse(argc, argv, params) == false) {