zjcDM
zjcDM
## Description Use same onnx model as input to transform to tensorrt model with trtexec,if fix input format djl runs ok: ``` TensorRT-8.4.1.5/bin/trtexec --onnx=models/model.onnx --shapes=input_ids:1x4 --fp16 --saveEngine=model8415-1*4.trt ``` output: ```...
求助大佬,在看9.1.0版本的源码时,BooleanScorer中的head和tail队列实在看不出有什么特殊作用,我感觉一个队列就够了,我看你文章中描述的是:  但是我看源码发现head中优先级最低的起始就是全局next最低的,那为什么要区分head和tail队列呢?
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...