We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
假设我用vllm启动了aiXcoder。需要传递prompt去生成代码。我依据input_wrapper构造了prompt:
但是input_ids会多一个25558 导致结果不对。(跟input_wrapper中的pad_len对应,但是不理解为什么只对later_code做)。怎么能避免这个情况。