Skip to content

Commit f6b8afe

Browse files
committed
fix spelling issue
1 parent e870757 commit f6b8afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec_decode/e2e/test_ngram_correctness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
For ngram lookup, its idea comes from https://github.com/apoorvumang/prompt-lookup-decoding,
1515
and is merged into transform code base: https://github.com/huggingface/transformers/pull/27775.
1616
Since there is no model is needed for generate the proposal, we could make
17-
the testcase much simplier than drafter multi-step one.
17+
the testcase much simpler than drafter multi-step one.
1818
1919
However, we still need to verify below scenario could be passed:
2020
* Batch size 1 greedy equality

0 commit comments

Comments
 (0)