Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc committed Nov 22, 2023
1 parent b470f06 commit d3c5d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turbomind/triton_backend/llama/LlamaTritonModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ LlamaTritonModel<T>::LlamaTritonModel(size_t tensor_para_size,
enable_custom_all_reduce_(enable_custom_all_reduce)
{
INIReader reader;
ft::FT_CHECK_WITH_INFO((config.empty() ^ model_dir.empty()), "invalid init options");
FT_CHECK_WITH_INFO((config.empty() ^ model_dir.empty()), "invalid init options");

if (!config.empty()) {
std::FILE* tmpf = std::tmpfile();
Expand Down

0 comments on commit d3c5d01

Please sign in to comment.