Since the DSA indexer selects the top‑k tokens with respect to k, is it really necessary to multiply all tokens by a softmax_scale scalar?

#42
by jinluyang - opened

DSA indexer部分既然是对k的token取topk,那么是不是没有必要对所有token都乘一个softmax_scale标量?从V3.2开始就有这个疑问。Since the DSA indexer selects the top‑k tokens with respect to k, is it really necessary to multiply all tokens by a softmax_scale scalar? I have had this question since V3.2.

Sign up or log in to comment