Update baby-llama.cpp
This commit is contained in:
parent
55290ba801
commit
335cc1eb3a
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ struct llama_hparams_lora {
|
|||
bool operator!=(const llama_hparams_lora & other) const {
|
||||
return memcmp(this, &other, sizeof(llama_hparams_lora)) != 0;
|
||||
}
|
||||
};
|
||||
|
||||
struct llama_layer {
|
||||
// normalization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue