2.2 KiB
2.2 KiB
| 1 | 3b14ed556c15529fe1f94b649f49db7156dfaf67 | dde8b8228081769c8d8f1e0751d47fa7875f8423 | 2026-05-14T14:34:25+08:00 | Yunzhe 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. |
|---|---|---|---|---|---|
| 2 | 81a2cbd4cef5d28334ff513d6b69e593d9d1cb49 | 3b14ed556c15529fe1f94b649f49db7156dfaf67 | 2026-05-14T16:06:37+08:00 | Yunzhe Jia | Enhance CMake configuration for cal-llm integration by updating paths and adding library properties |
| 3 | b35bda124ccd4ed581dd6088d3ffa4931c2809b6 | 81a2cbd4cef5d28334ff513d6b69e593d9d1cb49 | 2026-05-15T09:19:31+08:00 | Yunzhe Jia | Implement vocab-only model initialization and enhance cal-llm backend error handling |
| 4 | 2716130010c58f1cdd9d94f0e2f8e047bc92dc66 | b35bda124ccd4ed581dd6088d3ffa4931c2809b6 | 2026-05-18T08:40:54+08:00 | Yunzhe Jia | fix n_ctx_slot error by adding runtime capacity loading for cal-llm |
| 5 | ddd60c928224b52eb4e1e60e01e8a1ecbb80ee45 | 2716130010c58f1cdd9d94f0e2f8e047bc92dc66 | 2026-05-20T09:22:40+08:00 | Yunzhe Jia | Add cal-llm backend profiling support with command-line option |
| 6 | 38ca6895815671a87ceec86b4aa4eb976580ce76 | ddd60c928224b52eb4e1e60e01e8a1ecbb80ee45 | 2026-05-20T16:37:13+08:00 | Yunzhe Jia | Add support for cal-llm profile dumping to JSONL file |
| 7 | 9985688f7fa96f755882f96a2cd8a18114fdc42d | 38ca6895815671a87ceec86b4aa4eb976580ce76 | 2026-05-25T09:05:49+08:00 | Yunzhe Jia | Refactor CalrtEngineConfig initialization by removing redundant parameters |
| 8 | e850ff4de25ad1221abc9bf3bb30df252ccd9c36 | 9985688f7fa96f755882f96a2cd8a18114fdc42d | 2026-05-26T10:59:45+08:00 | Yunzhe Jia | Enhance cal-llm integration by adding runtime checks for CALRT_LIBRARY and updating link settings for Linux and Windows |
| 9 | ebce9e1a548c2329aa97f53b8b2ad50d968088dc | e850ff4de25ad1221abc9bf3bb30df252ccd9c36 | 2026-05-27T09:38:00+08:00 | Yunzhe Jia | Refactor cal-llm integration by removing runtime capacity loading and adjusting request handling |