define default model path once, sync path with readme (#1366)

This commit is contained in:
András Salamon 2023-05-16 16:46:34 +01:00 committed by GitHub
parent 2a5ee023ad
commit 9560655409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,6 @@
int main(int argc, char ** argv) {
gpt_params params;
params.model = "models/llama-7B/ggml-model.bin";
params.seed = 42;
params.n_threads = 4;
params.repeat_last_n = 64;