Skip to content

Commit

Permalink
Remove no-longer-applicable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
njhill committed Feb 21, 2024
1 parent 1a774fd commit 57d9536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def add_cli_args(
default=EngineArgs.block_size,
choices=[8, 16, 32],
help='token block size')
# TODO(woosuk): Support fine-grained seeds (e.g., seed per request).
parser.add_argument('--seed',
type=int,
default=EngineArgs.seed,
Expand Down

0 comments on commit 57d9536

Please sign in to comment.