Missing 'mu' in Hessians
#2
by
JhuzeKe
- opened
Hi team,
I'm very interested in QuIP Sharp and the related research—thank you for the great work!
While trying to load the Hessian matrix following the logic in quip.py
, I noticed that the variable mu
, which is required in the quantize_linear
function, appears to be missing from the repository:
https://github.com/Cornell-RelaxML/quip-sharp/blob/main/lib/algo/quip.py#L492
May I ask if there's a recommended way to quantize_linear
with these files?
Thanks in advance!
If a Hessian file is missing mu, just load it directly and convert it into a full matrix. See https://github.com/Cornell-RelaxML/qtip/blob/e90c6688c8dfae326a3a81b5eb032db7c6680ec0/lib/algo/finetune.py#L121.
at676
changed discussion status to
closed