Ling Qi

Results 4 comments of Ling Qi

@hongooi73 Yes, it is still happening, do not know how to solve it.

Hi all, I found how to solve infinite loop issue. The code is developed based on Hadley's [shiny-oauth.r](https://gist.github.com/hadley/144c406871768d0cbe66b0b810160528) from the original code, [aleszib](https://gist.github.com/aleszib) mentioned the code works fine in "Externa"...

I got the same error when working in Databricks for model serving, the code works well locally, but when create a endpoint, I got this error: ``` "error_code": "BAD_REQUEST", "message":...

@amyeroberts I worked it out by specifying transformers and sentence-transformers version when log model. ``` # Start an MLflow run and log the model with mlflow.start_run(): mlflow.pyfunc.log_model("model", python_model=wrapped_model, input_example=df_sample, signature=signature,...