mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 01:04:55 +02:00
Resolved issues
This commit is contained in:
committed by
Georgi Gerganov
parent
54f93eb50b
commit
1c924e4b35
@@ -63,7 +63,7 @@ int main(int argc, char **argv) {
|
||||
llama_model * model;
|
||||
llama_context * ctx;
|
||||
|
||||
llama_backend_init(false);
|
||||
llama_backend_init();
|
||||
|
||||
// load the vocab
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user