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 605a090c90
commit 25ea9e7480
5 changed files with 1 additions and 5 deletions

View File

@@ -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;