Update baby-llama.cpp

This commit is contained in:
0xspringtime 2023-06-12 14:50:43 -04:00 committed by GitHub
parent 55290ba801
commit 335cc1eb3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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