| 596 | } |
| 597 | |
| 598 | void llama_context::set_embeddings(bool value) { |
| 599 | LLAMA_LOG_DEBUG("%s: value = %d\n", __func__, value); |
| 600 | |
| 601 | cparams.embeddings = value; |
| 602 | } |
| 603 | |
| 604 | void llama_context::set_causal_attn(bool value) { |
| 605 | LLAMA_LOG_DEBUG("%s: value = %d\n", __func__, value); |
no outgoing calls
no test coverage detected