Skip to content

Commit

Permalink
Update hw_quantization.ipynb
Browse files Browse the repository at this point in the history
В докстринге функции dense_pack_4_8 лишний параметр "real_bits"
  • Loading branch information
nakazkan authored Dec 1, 2024
1 parent ed8a209 commit 98a23f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion week10_efficiency/hw_quantization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,6 @@
" \"\"\"Constructs a densely packed int tensor\n",
" Args:\n",
" x (Tensor): uint8 with uint4 values range\n",
" real_bits (int): real values range of the tensor\n",
"\n",
" Returns:\n",
" Tensor: twice as small uint8 tensor with uint8 values range\n",
Expand Down

0 comments on commit 98a23f8

Please sign in to comment.