thunlp / InfLLM

The code of our paper "InfLLM: Unveiling the Intrinsic Capacity of LLMs for Understanding Extremely Long Sequences with Training-Free Memory"
MIT License
269 stars 21 forks source link

请问如何debug下每次中间是哪些token位置被选中进行拼接的? #27

Closed yinochaos closed 5 months ago

yinochaos commented 5 months ago

RT 请问如何debug下每次中间是哪些token位置被选中进行拼接的?能否告诉下相关代码的位置

guyan364 commented 5 months ago

你可以查看 get block topk 的输出 https://github.com/thunlp/InfLLM/blob/main/inf_llm/attention/context_manager.py#L366, 位置即为 [n_init + id block_size, n_init + id block_size + block_size]