Skip to content

Commit 2f4d576

Browse files
committed
neuron: black
1 parent 8834aaf commit 2f4d576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/neuron/tests/server/test_prefill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def _test_prefill(config_name, generator, batch_size, do_sample):
5656
assert tokens.ids[0] == expectations[0]
5757
assert tokens.texts[0] == expectations[1]
5858

59+
5960
def test_prefill_truncate(neuron_model_config):
6061
config_name = neuron_model_config["name"]
6162
neuron_model_path = neuron_model_config["neuron_model_path"]

0 commit comments

Comments
 (0)