Update utils.py

This commit is contained in:
Daniel Han 2025-02-02 16:26:55 -08:00
commit 8a6f9d4f05

View file

@ -219,6 +219,7 @@ else:
# Use same buffers for faster inference
size = shape[0]*shape[1]
print(shape, size)
global WEIGHT_BUFFER
global ABSMAX_BUFFER
if WEIGHT_BUFFER is None: