Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions xllm_service/chat_template/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ cc_library (
nlohmann_json::nlohmann_json
proto_xllm
)
target_compile_features(deepseek_v4_cpp_chat_template PRIVATE cxx_std_20)
target_link_libraries(deepseek_v4_cpp_chat_template PUBLIC brpc-static leveldb::leveldb ZLIB::ZLIB protobuf::libprotobuf OpenSSL::SSL OpenSSL::Crypto)

# Torch ships its own protobuf 3.13 headers. Adding torch via a plain -I would
Expand Down
Loading