Skip to content

Commit bb206ca

Browse files
Update test_llm_serialization.py
Syntax
1 parent 903fd21 commit bb206ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_llm_serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_serialization(tokenizer_path: str, model_path: str):
3232
)
3333

3434
output_text = tokenizer.decode(output_tokens)
35-
print(f🧠 Prompt: {prompt} Generated Text from Serialized Model: '{output_text}'")
35+
print(f"🧠 (serialized) Prompt: {prompt} Generated Text from Serialized Model: '{output_text}'")
3636

3737
return True
3838

0 commit comments

Comments
 (0)