mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-06 02:48:57 +01:00
llama.cpp : typo
This commit is contained in:
parent
acaa98234a
commit
b3cc182990
@ -1057,7 +1057,7 @@ struct llama_model_loader {
|
|||||||
// print meta data
|
// print meta data
|
||||||
// TODO: make optional
|
// TODO: make optional
|
||||||
{
|
{
|
||||||
LLAMA_LOG_INFO("%s: loaded meta data with %d key-value paris and %d tensors from %s (version %s)\n",
|
LLAMA_LOG_INFO("%s: loaded meta data with %d key-value pairs and %d tensors from %s (version %s)\n",
|
||||||
__func__, n_kv, n_tensors, fname.c_str(), llama_file_version_name(file_version));
|
__func__, n_kv, n_tensors, fname.c_str(), llama_file_version_name(file_version));
|
||||||
|
|
||||||
for (int i = 0; i < n_tensors; i++) {
|
for (int i = 0; i < n_tensors; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user