Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9fde1c8

Browse files
automaticcathiento09
authored andcommitted
chore: remove redundant var
1 parent 7ef9110 commit 9fde1c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/tensorrt_llm/nitro/controllers/tensorrtllm.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ class tensorrtllm : public drogon::HttpController<tensorrtllm>
107107
SamplingConfig samplingConfig{1};
108108
std::unique_ptr<GptModelConfig> modelConfig;
109109
std::shared_ptr<TllmLogger> logger;
110-
std::string example_string{
111-
"<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nPlease write a long and sad "
112-
"story<|im_end|>\n<|im_start|>assistant"};
113110
std::string user_prompt{"<|im_end|>\n<|im_start|>user\n"};
114111
std::string ai_prompt{"<|im_end|>\n<|im_start|>assistant\n"};
115112
std::string system_prompt{"<|im_start|>system\n"};

0 commit comments

Comments
 (0)