Add: Preparation for ONNX inference support ①

This commit is contained in:
tsukumi
2024-09-17 06:53:11 +09:00
parent a037b955ac
commit eede796c4e
4 changed files with 141 additions and 37 deletions

View File

@@ -31,6 +31,7 @@ dependencies = [
"num2words",
"numba",
"numpy",
"onnxruntime",
"pydantic>=2.0",
"pyopenjtalk-dict",
"pypinyin",