Update main.cpp
This commit is contained in:
parent
dcdc11a493
commit
c826d5221c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int main(int argc, char ** argv) {
|
||||||
params.prompt = gpt_random_prompt(rng);
|
params.prompt = gpt_random_prompt(rng);
|
||||||
}
|
}
|
||||||
|
|
||||||
//llama_init_backend();
|
llama_init_backend();
|
||||||
|
|
||||||
llama_context * ctx;
|
llama_context * ctx;
|
||||||
g_ctx = &ctx;
|
g_ctx = &ctx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue