Skip to content

Commit 042b915

Browse files
committed
Oops
1 parent 292782a commit 042b915

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/sglang/lang/ir.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def run_batch(
252252
backend=None,
253253
num_threads: Union[str, int] = "auto",
254254
progress_bar: bool = False,
255-
generator_style: bool = False,
256255
):
257256
from sglang.lang.interpreter import run_program_batch
258257

@@ -304,7 +303,6 @@ def run_batch(
304303
default_sampling_para,
305304
num_threads,
306305
progress_bar,
307-
generator_style=generator_style,
308306
)
309307

310308
def trace(self, *, backend=None, **kwargs):

0 commit comments

Comments
 (0)