Skip to content

Commit e0fadb9

Browse files
authored
Added modification note (#3089)
### Changes Added modification note ### Reason for changes Legal requirements ### Related tickets N/A ### Tests N/A
1 parent 2df50c1 commit e0fadb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/openvino/native/quantization/test_gptq.py

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
from nncf.quantization.algorithms.weight_compression.gptq import GPTQ
2323
from nncf.tensor.tensor import Tensor
2424

25+
# Modification Notes:
26+
# This unit test is adapted from:
27+
# https://github.com/AutoGPTQ/AutoGPTQ/blob/main/auto_gptq/quantization/quantizer.py
28+
2529

2630
def quantize(x, scale, zero, minq, maxq):
2731
if maxq < 0:

0 commit comments

Comments
 (0)