We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269437e commit 7efef47Copy full SHA for 7efef47
examples/server/utils.hpp
@@ -174,7 +174,7 @@ inline std::string format_llama2(std::vector<json> messages)
174
175
for (auto it = messages.begin(); it != messages.end(); ++it) {
176
if (!is_inside_turn) {
177
- output << "<s>[INST] ";
+ output << "[INST] ";
178
}
179
std::string role = json_value(*it, "role", std::string("user"));
180
std::string content = json_value(*it, "content", std::string(""));
0 commit comments