Skip to content

Commit

Permalink
Update CTranslate2Exported docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jan 9, 2023
1 parent e33d58a commit 802bbfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opennmt/utils/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def __init__(self, quantization=None):
Args:
quantization: Quantize model weights to this type when exporting the model.
Can be "int8", "int16", or "float16". Default is no quantization.
Can be "int8", "int16", "float16", or "int8_float16".
Default is no quantization.
Raises:
ImportError: if the CTranslate2 package is missing.
Expand Down

0 comments on commit 802bbfc

Please sign in to comment.