Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mcychan authored Aug 10, 2023
1 parent 30882cc commit c3cba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nQuantGpp/PnnLABGAQuantizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace PnnLABQuant
using AmplifyFn = function<double(const bool)>;

void PnnLABGAQuantizer::calculateError(vector<double>& errors) {
auto maxError = maxRatio < .1 ? .5 : .0625;
auto maxError = maxRatio < .1 ? .25 : .0625;
if (m_pq->hasAlpha())
maxError = 1;

Expand Down

0 comments on commit c3cba0b

Please sign in to comment.