Skip to content

Commit

Permalink
Fix typo (dividened -> divided)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647082554
  • Loading branch information
The praxis Authors committed Jun 26, 2024
1 parent f0149a3 commit c41477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praxis/layers/quantization/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def pack_4bit(
packed_dtype: Target type to pack to, int32 or int8.
Returns:
int32 or int8 packed tensor where the pack_dim size is dividened by 8
int32 or int8 packed tensor where the pack_dim size is divided by 8
from the original tensor x.
"""
if packed_dtype == jnp.int8 and x.dtype == jnp.uint8:
Expand Down

0 comments on commit c41477c

Please sign in to comment.