Skip to content

Commit 201e103

Browse files
committed
removed comments
1 parent ec92264 commit 201e103

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/bumblebee/text/generation_test.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,7 @@ defmodule Bumblebee.Text.GenerationTest do
159159
%{token_ids: token_ids} =
160160
Nx.Defn.jit_apply(generate, [params, inputs], compiler: EXLA)
161161

162-
# first token_id should be 79 as we enforce token_id 79
163162
assert_equal(token_ids[[0, 0]], 79)
164-
165-
# in the next step we increment from 79 to 80 and enforce token_id 80
166163
assert_equal(token_ids[[0, 1]], 80)
167164

168165
#########################################################

0 commit comments

Comments
 (0)