diff --git a/09_pytorch_model_deployment.ipynb b/09_pytorch_model_deployment.ipynb index 4d900b82..fdc108e5 100644 --- a/09_pytorch_model_deployment.ipynb +++ b/09_pytorch_model_deployment.ipynb @@ -242,7 +242,7 @@ "| API with [FastAPI](https://fastapi.tiangolo.com) | Cloud/self-hosted server |\n", "| API with [TorchServe](https://pytorch.org/serve/) | Cloud/self-hosted server | \n", "| [ONNX (Open Neural Network Exchange)](https://onnx.ai/index.html) | Many/general |\n", - "| Many more... |\n", + "| Many more... ||\n", "\n", "> **Note:** An [application programming interface (API)](https://en.wikipedia.org/wiki/API) is a way for two (or more) computer programs to interact with each other. For example, if your model was deployed as API, you would be able to write a program that could send data to it and then receive predictions back.\n", "\n", @@ -5070,7 +5070,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.13" + "version": "3.11.6" }, "vscode": { "interpreter": {