| 14 | // keep this struct lightweight |
| 15 | struct llama_ubatch { |
| 16 | bool equal_seqs() const { |
| 17 | return b_equal_seqs != 0; |
| 18 | } |
| 19 | |
| 20 | // typical for M-RoPE cases: |
| 21 | // 0 - sequantial position of the tokens/embeddings in the sequence |
no outgoing calls
no test coverage detected