Nuance Ai Service Library updated to python 3.9 #476
Replies: 2 comments
-
To provide more context and additional information. I am working withing the monai-deploy-app-sdk/platforms/nuance_pin space.
All of the above are to try to bring me to the latest versions of the Monia tooling. This ends up being, pytorch 24.01, MD SDK 0.6.0, and Monai 1.3.0. The added torch==2.0.1 comes from #461 and resolves the libcudart.so.11.0 issue above. With this combination I am getting through the build phase but am seeing error at runtime:
|
Beta Was this translation helpful? Give feedback.
-
Additional output from the error:
This shows that the error stems from line 79 of platforms/nuance_pin/app/inference.py where monai.deploy.core attempts to call:
Has this input functionality been deprecated or modified in one of the newer versions of the MONAI Deploy App SDK? |
Beta Was this translation helpful? Give feedback.
-
The Nuance AI service library has been updated to Python 3.9. We are looking to test these updates with the Monai integration.
Currently, the platforms/nuance Dockerfile uses pytorch:21.07-py3 and the requirements.txt file uses monai-deploy-app-sdk==0.4.0, monai[all]==0.9.0.
In order to support python 3.9, we updated to pytorch:23.12-py3.
So that we were using the latest versions of the libraries. We also updated to
With these updates we received several errors in the logs:
After these errors the container exits.
We wanted to confirm that these versions should indeed be compatible with each other and if there is anything else we need to do to support the latest versions of these libraries.
Beta Was this translation helpful? Give feedback.
All reactions