Skip to content

Commit

Permalink
Update src/sparseml/transformers/export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Nov 28, 2023
1 parent 4bd7369 commit 3cc37c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/transformers/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def export_transformer_to_onnx(
raise ValueError(
"Could not infer a default sequence length "
"from the HF transformers config. Please specify "
"a sequence length with --sequence_length"
"the sequence length with --sequence_length"
)
_LOGGER.info(
f"Using default sequence length of {sequence_length} "
Expand Down

0 comments on commit 3cc37c9

Please sign in to comment.