Update main.cpp

This commit is contained in:
CRGBS 2023-05-24 13:26:53 +08:00 committed by GitHub
parent 7d873811f3
commit 9e14714e67
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;