Skip to content

Commit

Permalink
added inja (header-only library) template engine to parse chat template.
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Dec 10, 2023
1 parent b9afdb9 commit c49066d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ find_package(benchmark CONFIG REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)
find_package(prometheus-cpp CONFIG REQUIRED)
find_package(stduuid CONFIG REQUIRED)
find_package(inja CONFIG REQUIRED)

set(USE_STATIC_NCCL ON)
find_package(NCCL REQUIRED)
Expand Down
5 changes: 5 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"name": "stduuid",
"version>=": "1.2.3",
"features": ["system-gen"]
},
{
"name": "inja",
"version>=": "3.4.0",
"default-features": false
}
],
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2"
Expand Down

0 comments on commit c49066d

Please sign in to comment.