Skip to content

Commit

Permalink
fix wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 4, 2024
1 parent 152f10f commit 6863b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/tools/quantization/quant_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def default(self, obj):
float(d_values.get("highest", zero).item()),
float(d_values.get("lowest", zero).item()),
]
value = key + " " + str(max(floats))
value = str(max(floats))

flat_key = builder.CreateString(key)
flat_value = builder.CreateString(value)
Expand Down

0 comments on commit 6863b6b

Please sign in to comment.