"vscode:/vscode.git/clone" did not exist on "438547327a7e5aafa79e3c38698ec6e45fa14fb2"
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(
# 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 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
......
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