You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update plugins.py.j2 and readme.md for clarity not creating a release yet as I need to document plugins and refine them, I shouldnt really be developing in main
pl run --publish -c ./tests/pv_mapping_mlflow.yaml -e ./tests/env.json
70
82
```
71
83
The env file is a json file that contains the environment variables that are used in the deployment. In this example we are pulling the [torch](./examples/torch_and_generic.ipynb) model and wrapping it with simple transformers and a simple p4p server.
72
84
@@ -504,10 +516,11 @@ See the [MLFlow example notebook](./examples/base/simple_model_mlflow.ipynb) for
0 commit comments