Skip to content

Commit

Permalink
fix tpc in pruning notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenperetz authored Jan 13, 2025
1 parent f60dcef commit c225a5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
" activation_quantization_method=tp.QuantizationMethod.UNIFORM,\n",
" activation_n_bits=8,\n",
" supported_input_activation_n_bits=8,\n",
" enable_activation_quantization=None,\n",
" quantization_preserving=None,\n",
" enable_activation_quantization=False,\n",
" quantization_preserving=False,\n",
" fixed_scale=None,\n",
" fixed_zero_point=None,\n",
" simd_size=simd_size,\n",
Expand Down

0 comments on commit c225a5d

Please sign in to comment.