Sean

Results 9 issues of Sean

- refactor pytorch2onnx: - load hyperparameters from the specific configure file - use dynamic axes instead of fixed axes to support actual usage - add inference API with onnxruntime

The prompt variables are obtained in real-time when calling the `fit` function in the previous implementation. It might be inefficient because the `fit()` tends to be called multiple times in...

enhancement
prompter

https://github.com/Textualize/rich

- fix bug: attention_mask=None - upgrade transformers