llama : de-shadow libllama [no ci]

This commit is contained in:
Georgi Gerganov
2025-01-12 13:22:16 +02:00
parent 32e7b9dc99
commit 82caffa74e
13 changed files with 181 additions and 179 deletions

View File

@@ -290,8 +290,6 @@ struct llama_model {
llm_type type = LLM_TYPE_UNKNOWN;
llm_arch arch = LLM_ARCH_UNKNOWN;
std::string name = "n/a";
llama_hparams hparams = {};
llama_vocab vocab;