Add an interface for exporting onnx format model.
Showing
| ... | @@ -8,6 +8,8 @@ numpy | ... | @@ -8,6 +8,8 @@ numpy |
| matplotlib | matplotlib | ||
| opencv-python | opencv-python | ||
| packaging | packaging | ||
| paddle2onnx >= 0.5 | |||
| paddlenlp >= 2.0.0rc5 | |||
| Pillow | Pillow | ||
| pyyaml | pyyaml | ||
| pyzmq | pyzmq | ||
| ... | @@ -16,4 +18,3 @@ tqdm | ... | @@ -16,4 +18,3 @@ tqdm |
| visualdl >= 2.0.0 | visualdl >= 2.0.0 | ||
| # gunicorn not support windows | # gunicorn not support windows | ||
| gunicorn >= 19.10.0; sys_platform != "win32" | gunicorn >= 19.10.0; sys_platform != "win32" | ||
| paddlenlp >= 2.0.0rc5 |
想要评论请 注册 或 登录