fjrdev
fjrdev
@mpetri Im also having problems with using the python version to learn the parameters and the c++ version to do the rest. Using `clusterize.learn_mithral(...)` should be the right way to...
@mpetri I print the split dims, split values , centroids, scales and offsets to a `.txt` document and load it again after initializing `mithral_amm_task` in C++. Then I just overwrite...
_"If I remember correctly, the split vals are each supposed to be sequences of 16x8bit vectors. It's one such vector per codebook."_ @dblalock Im a little bit confused by the...
@VpouL A wrong result at out_mat(N, M)?
Hi @dumpinfo, @troyliu0105, it seems like you have worked with mithral in its C++ implementation. Could you find files where the parameter optimization takes place? Running `run_matmul()`in `mithral_amm_task()` obviously does...