Unverified Commit ef09f718 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

fix: use correct argument name max_isl in synthesize_requests (#5441)


Signed-off-by: default avatarDan Gil <dagil@nvidia.com>
parent d02619b8
...@@ -41,9 +41,9 @@ synthesizer = Synthesizer( ...@@ -41,9 +41,9 @@ synthesizer = Synthesizer(
# generate requests # generate requests
requests_synth = synthesizer.synthesize_requests( requests_synth = synthesizer.synthesize_requests(
num_requests=100, num_requests=100,
input_len_filter=( max_isl=(
16384 - 1000 16384 - 1000
), # this is what most model defaults to, leaving some room for outpputs ), # this is what most model defaults to, leaving some room for outputs
) )
# convert the hashes into random texts (lorem ipsum), respecting the prefix structure # convert the hashes into random texts (lorem ipsum), respecting the prefix structure
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment