batch : add LLAMA_BATCH_DEBUG environment variable (#14172)

* batch : add LLAMA_BATCH_DEBUG environment variable

ggml-ci

* cont : improve seq_id display
This commit is contained in:
Georgi Gerganov
2025-06-13 18:35:00 +03:00
committed by GitHub
parent 26ff3685bf
commit 80709b70a2
2 changed files with 54 additions and 1 deletions

View File

@@ -102,4 +102,6 @@ private:
std::vector<int32_t> n_seq_id;
std::vector<llama_seq_id *> seq_id;
std::vector<int8_t> output;
int debug;
};