siddhsql

Results 13 comments of siddhsql

i understand that Erik but if you look anywhere, ultimately people doing benchmarking provide a leaderboard which acts as Tl;DR e.g., see hugging face leaderboard, GPU leaderboard, big-ann-benchmarking leaderboard etc....

the other reason i asked for leaderboard is that i tried looking at the graphs. there is so much overlap amongst the curves that its hard to read the graphs...

one possibility is to compute the AUC - area under the curve - and use that as the metric for the leaderboard. we can have 2 leaderboards - one for...

same question here. problem is: - what username do we use? is it the full email address of the SA or just the prefix without the @ and everything that...

Hi Masajiro, re: I don't think that NGT can be replaced by QG/QBG because they have different pros and cons. the README file says: The command-line interface ngtq and ngtqg...

its definitely a bug in this library. when we also set `HOST` in addition to `HOSTADDR` the error went away. However: 1. documentation does not say that `HOST` needs to...

I have attached the code as zip file. I am testing against the glove-100-angular dataset that can be downloaded from ann-benchmarks.com. It has 1M vectors. d = 100. and 10k...

one question (unrelated to the topic in this thread btw) is that w.r.t. [this](https://github.com/jelmerk/hnswlib/blob/master/hnswlib-core/src/main/java/com/github/jelmerk/knn/hnsw/HnswIndex.java#L262): ``` Object lock = locks.computeIfAbsent(item.id(), k -> new Object()); ``` Can't you just use ``` synchronized...

re: this: Another question I have is that I tried the code with SIMD optimizations on a AVX512 CPU but the perf is basically the same. Do you know why?...

I am able to use `torch` with `cuda` elsewhere e.g., i can run FastChat with cuda why is this complaining then?