Skip to content

Commit dbba418

Browse files
committed
fix the mkdwn table formating, section model deply (#856)
1 parent 0fa794b commit dbba418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

09_pytorch_model_deployment.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"| API with [FastAPI](https://fastapi.tiangolo.com) | Cloud/self-hosted server |\n",
243243
"| API with [TorchServe](https://pytorch.org/serve/) | Cloud/self-hosted server | \n",
244244
"| [ONNX (Open Neural Network Exchange)](https://onnx.ai/index.html) | Many/general |\n",
245-
"| Many more... |\n",
245+
"| Many more... ||\n",
246246
"\n",
247247
"> **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",
248248
"\n",
@@ -5070,7 +5070,7 @@
50705070
"name": "python",
50715071
"nbconvert_exporter": "python",
50725072
"pygments_lexer": "ipython3",
5073-
"version": "3.8.13"
5073+
"version": "3.11.6"
50745074
},
50755075
"vscode": {
50765076
"interpreter": {

0 commit comments

Comments
 (0)