Skip to content

Commit

Permalink
fix assert error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZX-ModelCloud committed Oct 8, 2024
1 parent 10d2b55 commit 9f5979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_q4_marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ def test_outfeatures_288(self):

predicted_text = tokenizer.decode(res[0])

self.assertTrue(predicted_text.startswith("<s> I am in Paris and I am here to help. I am a very good doctor. I will make you feel better"))
self.assertTrue(predicted_text.startswith("<s> I am in Paris and I'm going to find you!"))

0 comments on commit 9f5979e

Please sign in to comment.