From 98a23f80106c36eb6a24a81c59e920ef8074f456 Mon Sep 17 00:00:00 2001 From: nakazkan <68913064+nakazkan@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:46:12 +0300 Subject: [PATCH] Update hw_quantization.ipynb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit В докстринге функции dense_pack_4_8 лишний параметр "real_bits" --- week10_efficiency/hw_quantization.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/week10_efficiency/hw_quantization.ipynb b/week10_efficiency/hw_quantization.ipynb index 684e0dc..d17cd1f 100644 --- a/week10_efficiency/hw_quantization.ipynb +++ b/week10_efficiency/hw_quantization.ipynb @@ -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",