Skip to content

Commit fb03729

Browse files
committed
update
1 parent d624a26 commit fb03729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/dataset/synthetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _create_prompt(
204204

205205
left = start_index
206206
right = start_index + 4 * prompt_tokens
207-
start_tokens = []
207+
start_tokens = list[int]
208208

209209
while left < right:
210210
mid = (left + right) // 2

0 commit comments

Comments
 (0)