Files
llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
Cebtenzzre 18705a30ef llama2c : fix segfault and alloc-dealloc-mismatch (#2913)
* llama2c : fix segfault if vocab is not found

* llama2c : fix mismatch between new[] and delete

* llama2c : fix basename on Windows

* llama2c : use a destructor to prevent memory leaks
2023-09-01 12:03:49 +03:00

36 KiB