1 Star 1 Fork 1

monkey_cici/mlc-llm

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
llm_chat.h 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*!
* Copyright (c) 2023 by Contributors
* \file llm_chat.cc
* \brief Implementation of llm chat.
*/
#include <tvm/runtime/container/string.h>
#include <tvm/runtime/module.h>
#include "base.h"
namespace mlc {
namespace llm {
// explicit export via TVM_DLL
MLC_LLM_DLL std::string GetDeltaMessage(std::string curr_message, std::string new_message);
MLC_LLM_DLL tvm::runtime::Module CreateChatModule(DLDevice device);
} // namespace llm
} // namespace mlc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/monkeycc/mlc-llm.git
git@gitee.com:monkeycc/mlc-llm.git
monkeycc
mlc-llm
mlc-llm
main

搜索帮助