mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Add sympy package as a dependency (#10406)
This commit is contained in:
parent
2dd5e75ba8
commit
1a2925acce
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if [ "$run_install" = true ] ; then
|
|||
else
|
||||
pip install onnxruntime-gpu
|
||||
fi
|
||||
pip install --upgrade onnx coloredlogs packaging psutil py3nvml onnxconverter_common numpy transformers
|
||||
pip install --upgrade onnx coloredlogs packaging psutil py3nvml onnxconverter_common numpy transformers sympy
|
||||
fi
|
||||
|
||||
if [ "$use_package" = true ] ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue