Skip to content

Commit

Permalink
Fix documentation to reflect that 1 is the minimum number of dask wor…
Browse files Browse the repository at this point in the history
…kers and threads
  • Loading branch information
dagardner-nv committed Jan 24, 2025
1 parent 314567f commit fb3de71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ransomware_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ Options:
--debug BOOLEAN
--num_threads INTEGER RANGE Number of internal pipeline threads to use
[x>=1]
--n_dask_workers INTEGER RANGE Number of dask workers [x>=2]
--n_dask_workers INTEGER RANGE Number of dask workers [x>=1]
--threads_per_dask_worker INTEGER RANGE
Number of threads per each dask worker
[x>=2]
[x>=1]
--model_max_batch_size INTEGER RANGE
Max batch size to use for the model [x>=1]
--model_fea_length INTEGER RANGE
Expand Down

0 comments on commit fb3de71

Please sign in to comment.