mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
### Description Deprecate one step beam search since it lacks maintenance (some tests failed) and its performance is not optimal. For users who still need this feature, please use older version (<=1.13.1) of onnxruntime to export one step beam search model, and the model can run in latest onnxruntime. It is recommend to use [convert_generation.py](https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/python/tools/transformers/convert_generation.py) to generate beam search onnx model for better performance.
6 lines
119 B
Text
6 lines
119 B
Text
# packages used by transformers tool test
|
|
protobuf==3.20.1
|
|
numpy==1.23.5
|
|
coloredlogs==15.0
|
|
transformers==4.24.0
|
|
psutil
|