Files
calculet-npu-research-archive/history/llama.cpp/llama.cpp-unmerged-runtime_replace-commits.tsv
T

2.2 KiB

13b14ed556c15529fe1f94b649f49db7156dfaf67dde8b8228081769c8d8f1e0751d47fa7875f84232026-05-14T14:34:25+08:00Yunzhe Jia- Removed references to CALRT from clip.h, mtmd-helper.cpp, mtmd-helper.h, mtmd.cpp, and mtmd.h. - Updated server.cpp to conditionally include CAL-LLM support. - Introduced option LLAMA_SERVER_USE_CAL_LLM in CMakeLists.txt to enable CAL-LLM integration. - Refactored server context to handle CAL-LLM requests and responses. - Updated image processing logic to remove CALRT-specific implementations. - Ensured compatibility with existing llama functionality while integrating new CAL-LLM features.
281a2cbd4cef5d28334ff513d6b69e593d9d1cb493b14ed556c15529fe1f94b649f49db7156dfaf672026-05-14T16:06:37+08:00Yunzhe JiaEnhance CMake configuration for cal-llm integration by updating paths and adding library properties
3b35bda124ccd4ed581dd6088d3ffa4931c2809b681a2cbd4cef5d28334ff513d6b69e593d9d1cb492026-05-15T09:19:31+08:00Yunzhe JiaImplement vocab-only model initialization and enhance cal-llm backend error handling
42716130010c58f1cdd9d94f0e2f8e047bc92dc66b35bda124ccd4ed581dd6088d3ffa4931c2809b62026-05-18T08:40:54+08:00Yunzhe Jiafix n_ctx_slot error by adding runtime capacity loading for cal-llm
5ddd60c928224b52eb4e1e60e01e8a1ecbb80ee452716130010c58f1cdd9d94f0e2f8e047bc92dc662026-05-20T09:22:40+08:00Yunzhe JiaAdd cal-llm backend profiling support with command-line option
638ca6895815671a87ceec86b4aa4eb976580ce76ddd60c928224b52eb4e1e60e01e8a1ecbb80ee452026-05-20T16:37:13+08:00Yunzhe JiaAdd support for cal-llm profile dumping to JSONL file
79985688f7fa96f755882f96a2cd8a18114fdc42d38ca6895815671a87ceec86b4aa4eb976580ce762026-05-25T09:05:49+08:00Yunzhe JiaRefactor CalrtEngineConfig initialization by removing redundant parameters
8e850ff4de25ad1221abc9bf3bb30df252ccd9c369985688f7fa96f755882f96a2cd8a18114fdc42d2026-05-26T10:59:45+08:00Yunzhe JiaEnhance cal-llm integration by adding runtime checks for CALRT_LIBRARY and updating link settings for Linux and Windows
9ebce9e1a548c2329aa97f53b8b2ad50d968088dce850ff4de25ad1221abc9bf3bb30df252ccd9c362026-05-27T09:38:00+08:00Yunzhe JiaRefactor cal-llm integration by removing runtime capacity loading and adjusting request handling