Is it possible that the Prerocess class is the problem?
I guess so, this was done by our DevOps guy and he said he is following instructions
Is there a more detailed logging about what's going on?
TBH our Preprocess class has an import in it that points to a file that is not part of the preprocess.py so I have no idea how you think this can work.
Hmm seems like everything is working, can you check in the UI if you see the serving session ID in the DevOps project? maybe there are two, and you configured one an dthe docker-compose is running another ?
Is there any restriction on what can be in preprocess.py?
Hi ConvolutedSealion94
Just making sure, you spinned the docker-compose of the clearml serving as well ?
This is very different than from in the xgboost example:
yes, I do, I added a auxiliary_cfg
and I saw it immediately both in CLI and in the web ui
yes, I do, I added a
auxiliary_cfg
and I saw it immediately both in CLI and in the web ui
How many Tasks do you see in the UI in DevOps project with the system Tag SERVING-CONTROL-PLANE
?
TBH our Preprocess class has an import in it that points to a file that is not part of the preprocess.py so I have no idea how you think this can work.
ConvolutedSealion94 actually you can add an entire folder as preprocessing, including multiple files
See example description here:
https://github.com/allegroai/clearml-serving/releases/tag/1.1.0