Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ef09f718
Unverified
Commit
ef09f718
authored
Jan 15, 2026
by
dagil-nvidia
Committed by
GitHub
Jan 15, 2026
Browse files
fix: use correct argument name max_isl in synthesize_requests (#5441)
Signed-off-by:
Dan Gil
<
dagil@nvidia.com
>
parent
d02619b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
benchmarks/prefix_data_generator/example.py
benchmarks/prefix_data_generator/example.py
+2
-2
No files found.
benchmarks/prefix_data_generator/example.py
View file @
ef09f718
...
...
@@ -41,9 +41,9 @@ synthesizer = Synthesizer(
# generate requests
requests_synth
=
synthesizer
.
synthesize_requests
(
num_requests
=
100
,
input_len_filter
=
(
max_isl
=
(
16384
-
1000
),
# this is what most model defaults to, leaving some room for outp
p
uts
),
# this is what most model defaults to, leaving some room for outputs
)
# convert the hashes into random texts (lorem ipsum), respecting the prefix structure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment