Any way to get more insights into the cause?
File "/databricks/python/lib/python3.11/site-packages/mlflow/pyfunc/__init__.py", line 2088, in batch_predict_fn
return client.invoke(pdf, params=params).get_predictions()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/databricks/python/lib/python3.11/site-packages/mlflow/pyfunc/scoring_server/client.py", line 90, in invoke
raise Exception(
Exception: Invocation failed (error code 500, response: <html>
<head>
<title>Internal Server Error</title>
</head>
<body>
<h1><p>Internal Server Error</p></h1>
</body>
</html>
)
scoring_server is used when using env_manager which isn't local for inference.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745041204a4607817.html
评论列表(0条)