model : fix wavtokenizer embedding notions (#19479)

This commit is contained in:
Georgi Gerganov
2026-02-11 07:52:20 +02:00
committed by GitHub
parent 89181c0b6d
commit 6d95707827
3 changed files with 7 additions and 7 deletions
-1
View File
@@ -42,7 +42,6 @@ struct llama_hparams {
uint32_t n_ctx_train; // context size the model was trained on
uint32_t n_embd;
uint32_t n_embd_features = 0;
uint32_t n_layer;
int32_t n_layer_kv_from_start = -1; // if non-negative, the first n_layer_kv_from_start layers have KV cache
uint32_t n_rot;