Weights

#3
by HFMAIC - opened

First of all, thanks for being so fast to release your abliterated version. I've been using it since it's release and it's pretty solid.
However, I just saw some discussions on Reddit by the AtomicChat group on this model:

"By default, converters downconverts FP8 tensors to Q8_0, hard-coded in the file conversion/deepseek.py. This causes the model to deviate from the original weights by 0.219 on average KLD even before quantization begins. Correct these tensors by replacing them with BF16, and the base model became bit-exact"

Would this be something that could be looked into, or is it incompatible with the way you do abliterations?

Reddit link?

This comment has been hidden

First of all, thanks for being so fast to release your abliterated version. I've been using it since it's release and it's pretty solid.
However, I just saw some discussions on Reddit by the AtomicChat group on this model:

"By default, converters downconverts FP8 tensors to Q8_0, hard-coded in the file conversion/deepseek.py. This causes the model to deviate from the original weights by 0.219 on average KLD even before quantization begins. Correct these tensors by replacing them with BF16, and the base model became bit-exact"

Would this be something that could be looked into, or is it incompatible with the way you do abliterations?

This model (K2) mines 17+ tokens per second on my hardware, while AtomicChat's model (IQ_2M) mines only 12+ tokens per second. I-quants are too heavy...

Sign up or log in to comment