test fix test_hf_chat_template

This commit is contained in:
Ishaan Jaff 2025-04-04 16:45:20 -07:00
parent e1f7bcb47d
commit 5c2bc796b1

View file

@ -795,9 +795,7 @@ def test_hf_chat_template():
print(chat_template) print(chat_template)
assert ( assert (
chat_template.rstrip() chat_template.rstrip()
== """You are a helpful assistant. == "You are a helpful assistant. What is the weather in Copenhagen?"
What is the weather in Copenhagen?
"""
) )