[Hotfix] Remove deprecated install (#6042)

* remove deprecated install

* remove unused folder
This commit is contained in:
Tong Li
2024-09-03 10:33:18 +08:00
committed by GitHub
parent e9032fb0b2
commit c650a906db
13 changed files with 2 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
{
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
"system_message": "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\n",
"stop_ids": [
151645,
151643
],
"end_of_assistant": "<|im_end|>"
}