Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 09_pytorch_model_deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -5070,7 +5070,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.11.6"
},
"vscode": {
"interpreter": {
Expand Down