qwopqwop200/GPTQ-for-LLaMa

neox.py needs to add "import math"

StudyingShao opened this issue · 0 comments

pergpu = math.ceil(len(layers) / len(gpus))

This line needs "import math" on the head.