batch : remove logits_all flag (#14141)

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-06-12 11:49:26 +03:00 committed by GitHub
parent e2c0b6e46a
commit c3ee46fab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 17 additions and 30 deletions

View file

@ -32,8 +32,7 @@ public:
llama_memory_state_ptr init_batch(
const llama_batch & batch,
uint32_t n_ubatch,
bool embd_pooled,
bool logits_all) override;
bool embd_pooled) override;
llama_memory_state_ptr init_full() override;