Update main.cpp

This commit is contained in:
CRGBS 2023-05-24 14:10:48 +08:00 committed by GitHub
parent dcdc11a493
commit c826d5221c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ int main(int argc, char ** argv) {
params.prompt = gpt_random_prompt(rng);
}
//llama_init_backend();
llama_init_backend();
llama_context * ctx;
g_ctx = &ctx;