Open saichandrapandraju opened 3 years ago
@saichandrapandraju Apologies for the delay. The above trace looks like a path issue. The torch-model-archiver
is unable to find the relevant files.
The generic exception Exception: Unable to create mar file
is not giving much information about the same. I have addressed it in the following PR
https://github.com/mlflow/mlflow-torchserve/pull/81
It would be released soon in next version of the plugin. or you can build the plugin from source.
For installation refer - https://github.com/mlflow/mlflow-torchserve/blob/master/README.md
Hi, I'm using 'BertNewsClassification' example to try torchserve with mlflow. But while deploying the model, I'm getting error like : Exception: Unable to create mar file. Here is the full trace of the error -
Pls let me know how to proceed further..