Open RobinJYM opened 5 months ago
Confirm this is a bug, investigating internally.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days."
have met same error, it will happen when I set batch_size > 8
Hi @RobinJYM Could u please try the latest code base to see if issue still exist or not?
System Info
Who can help?
@hijkzzz
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
python3 benchmarks/python/benchmark.py --engine_dir /trt_engines/chatglm3_6b/float16/1-gpu/ --dtype float16 --batch_size 16 --input_output_len "1024,512"
Expected behavior
pass with output
actual behavior
additional notes
If I run without
--input_output_len
, it should be ok.