-
`topk` is not an method of `torchpq.index.IVFPQIndex`. Either it should exist or the readme is wrong.
-
### Is your feature request related to a problem or challenge?
The Top-K operator has recently been added for a specialized use case when encountering `ORDER BY` and `LIMIT` clauses together (#7250, …
-
Hello, in data processing, you have filtered out diagnoses or procedures except for the top k, but have the drugs corresponding to the filtered diagnoses not been filtered out. Is there a problem with…
-
Moe workload generated by AICB using the following command cannot be parsed:
```bash
sh scripts/megatron_gpt.sh \
--nnodes 1 --node_rank 0 --nproc_per_node 8 --master_addr localhost --master_port 2…
-
It will be nice for the groupby ARGMAX/ARGMIN operation to take a 3rd "k" argument so I can ask for the top K instead of just the top 1.
-
Hi,
I was trying to use your model and I find that the output is one best route and search tree as pdf file. I wonder that how can I get the top k routes (more than one route) in output? Any sugges…
-
I converted my model to NCNN using the following command:
```bash
!yolo export model=jameslahm/yolov10n format=ncnn
```
The output was:
```
...
############# pass_level1
############# pass_l…
-
https://github.com/llm-attacks/llm-attacks/blob/355b2ad245f8723b0f78e04d421eb8d13c90def8/llm_attacks/base/attack_manager.py#L622-L638
This means that if `control_cand.shape[0]` is `1` and not `de…
-
A newly released paper, [SparQ Attention: Bandwidth-Efficient LLM Inference](https://arxiv.org/pdf/2312.04985.pdf), suggests a method for increasing the inference throughput of LLMs up to 8x by reduci…
-
Hi everyone
I was able to successfully run the code on Visium HD data. The output has block#, X, Y,K and P.
1. How do I merge this into the corresponding 2um bin in the original adata object, s…