Runchu Tian

Results 7 comments of Runchu Tian

> `prompt_logprobs` can only return the probabilities for the top

Try this code and it may help you solve the problem: ``` prefix_list = ['my name is', 'I love'] candidate_list = [[' Hongliang', ' Raymond', ' John'], [' ice cream',...

### Update on Issue: Logprobs Scaling with O(n) Complexity – Unexpected Performance Degradation After further investigation, I have identified a solution that bypasses the performance bottleneck associated with `logprobs`. Instead...

Thank you guys for looking into this! I'm connecting with the staff for the PR.

Good question. I am also interested in accelerating the inference process of the diffusion model. [A paper published two weeks ago](https://arxiv.org/abs/2506.10848) compared the decoding speeds of various diffusion models on...

Hi syhzcx, Thanks for using DebugBench! Did you keep trying with the same instance? Some researchers facing the same error reported that changing test instance may help. Probably repeatedly submitting...