chore: update mllama to use ollama engine (#10637)

This commit is contained in:
Michael Yang
2025-05-13 17:36:02 -07:00
committed by GitHub
parent 0478d440f0
commit 23125648b8
67 changed files with 785 additions and 4354 deletions

View File

@@ -31,7 +31,6 @@ struct llama_cparams {
bool no_perf;
bool warmup;
bool op_offload;
bool cross_attn;
enum llama_pooling_type pooling_type;