Skip to content

Commit

Permalink
chore: remove redundant var
Browse files Browse the repository at this point in the history
  • Loading branch information
automaticcat authored and hientominh committed Mar 12, 2024
1 parent 7ef9110 commit 9fde1c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/tensorrt_llm/nitro/controllers/tensorrtllm.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ class tensorrtllm : public drogon::HttpController<tensorrtllm>
SamplingConfig samplingConfig{1};
std::unique_ptr<GptModelConfig> modelConfig;
std::shared_ptr<TllmLogger> logger;
std::string example_string{
"<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nPlease write a long and sad "
"story<|im_end|>\n<|im_start|>assistant"};
std::string user_prompt{"<|im_end|>\n<|im_start|>user\n"};
std::string ai_prompt{"<|im_end|>\n<|im_start|>assistant\n"};
std::string system_prompt{"<|im_start|>system\n"};
Expand Down

0 comments on commit 9fde1c8

Please sign in to comment.