Skip to content

Commit

Permalink
[SW-214428] Added quant config files for Naver scenarios (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivne committed Feb 3, 2025
1 parent 65da469 commit eff6497
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/text-generation/quantization_config/pow2_quant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"method": "HOOKS",
"mode": "QUANTIZE",
"observer": "maxabs",
"scale_method": "maxabs_pow2",
"dump_stats_path": "./hqt_output/measure"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"method": "HOOKS",
"mode": "QUANTIZE",
"observer": "maxabs",
"scale_method": "maxabs_hw_opt_weight",
"dump_stats_path": "./hqt_output/measure"
}

0 comments on commit eff6497

Please sign in to comment.