fix typo in default model path
This commit is contained in:
parent
95078cc554
commit
afa160d5cc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ struct gpt_params {
|
|||
float mirostat_tau = 5.00f; // target entropy
|
||||
float mirostat_eta = 0.10f; // learning rate
|
||||
|
||||
std::string model = "models/lamma-7B/ggml-model.bin"; // model path
|
||||
std::string model = "models/llama-7B/ggml-model.bin"; // model path
|
||||
std::string prompt = "";
|
||||
std::string path_session = ""; // path to file for saving/loading model eval state
|
||||
std::string input_prefix = ""; // string to prefix user inputs with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue