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

@ -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) {