Skip to content

Commit

Permalink
Fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Feb 28, 2024
1 parent efd0a55 commit ffc06ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class OptimumEmbedderQuantizationMode(Enum):
#: Quantization with AVX-2 instructions.
AVX2 = "avx2"

#: Quantization with AVX-2 instructions.
#: Quantization with AVX-512 instructions.
AVX512 = "avx512"

#: Quantization with AVX-512 and VNNI instructions.
Expand Down

0 comments on commit ffc06ac

Please sign in to comment.