Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Update arg_utils.py with semi_structured_sparse_w16a16 #45

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def add_cli_args(
'--sparsity',
'-s',
type=str,
choices=['sparse_w16a16', None],
choices=[None, 'sparse_w16a16', 'semi_structured_sparse_w16a16'],
default=None,
help='Method used to compress sparse weights. If '
'None, we first check the `sparsity_config` attribute '
Expand Down
Loading