Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sony/model_optimization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be25310ebb675313351b36a8a58f00fccfdee330
Choose a base ref
..
head repository: sony/model_optimization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a1d924f9ff008dec071d259d2177bdeb51dabbf
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 model_compression_toolkit/gptq/common/gptq_constants.py
2 changes: 1 addition & 1 deletion model_compression_toolkit/gptq/common/gptq_constants.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
MIM_TEMP = 0.5
MAX_TEMP = 1.0
REG_DEFAULT = 0.01
REG_DEFAULT_SLA = 1
REG_DEFAULT_SLA = 10
MAX_LSB_CHANGE = 1

# Soft rounding arguments values