test
This commit is contained in:
parent
5db92f2e82
commit
141c40cd0b
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ struct llama_model {
|
||||||
std::string name = "n/a";
|
std::string name = "n/a";
|
||||||
|
|
||||||
llama_hparams hparams = {};
|
llama_hparams hparams = {};
|
||||||
llama_vocab vocab = {};
|
llama_vocab vocab;
|
||||||
|
|
||||||
struct ggml_tensor * tok_embd = nullptr;
|
struct ggml_tensor * tok_embd = nullptr;
|
||||||
struct ggml_tensor * type_embd = nullptr;
|
struct ggml_tensor * type_embd = nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue