Open mrconway opened 1 year ago
Probably require the latest database version. The latest BYOM version is installed in the clearscape platform but the demo still gives errors.
Onxx still giving error. Waiting for a TD version upgrade. Lake 20.00.00.6 New TD image has been built and waiting for a space issue to be resolved.
The current CI image is a newer Vantage with the older libraries.
CI environment has latest vantage, but older version of BYOM. It has 3 but it needs 5.
Need to make sure we are looking at the latest machine.
onnxruntime library on the nodes should be 1.13.1. The current version is 1.8.1
The support for TreeEnsemble model(which is used in this usecase) in onnxruntime came in the version onnxruntime 1.12.0
try installing onnxruntime latest version on node
Still working to install the latest packages.
Still waiting for onnx runtime version on the node.
Pratik indicates: Onnxruntime is upgraded ... it has 1.3.1 plus:
Teradata 17.20.03.18 teradataml 17.20.0.6 val 2.2.0.0 byom 5.0.0.0 modelops 7.0.2
Please review: https://github.com/Teradata/jupyter-demos/pull/519
AzureML requires numpy version <=1.23.5 but default numpy version in the system is 1.24.2 and latest version is 1.26.4
Hence, I have downgraded the numpy version to 1.23.5 in the pip installs. The notebook should work now.
Note: To discuss the effect of this downgrading on other notebooks, if the user runs any other notebook after this notebook.
Commit: https://github.com/Teradata/jupyter-demos/pull/519/commits/4f1be4dd393631484a188b74719def38c80b61e8
If we downgrade numpy, will it affect any other notebooks? Best option right now is to downgrade for the notebooks and then install it back during the cleanup step.
Added force reinstallation of numpy==1.24.2 in the cleanup section with a warning.
Commit: f5ca9d40e3ca51509e9b08e44c9ba21dcfe7ba97
Need export of onxx