Skip to content

Commit

Permalink
fix typo #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nadinet committed Apr 20, 2021
1 parent da988d1 commit 598c9e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/triton_gpt2/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"source": [
"# Pretrained GPT2 Model Deployment Example\n",
"\n",
"In this notebook we will run an example of text generation using GPT2 pretrained model, which is exported from HuggingFace transformers library and deployed with Seldon's Triton pre-packed server. The implemented example below is of the Greedy approach, an implementation for next token prediction.\n",
"In this notebook, we will run an example of text generation using GPT2 model exported from HuggingFace and deployed with Seldon's Triton pre-packed server. the example also covers converting the model to ONNX format.\n",
"The implemented example below is of the Greedy approach for the next token prediction.\n",
"\n",
"more info: https://huggingface.co/transformers/model_doc/gpt2.html?highlight=gpt2\n",
"\n",
Expand All @@ -20,7 +21,7 @@
"6. Interact with the model, run a greedy alg example (generate sentence completion)\n",
"7. Clean-up\n",
"\n",
"## Basic requierments \n",
"## Basic requirements\n",
"* Helm v3.0.0+\n",
"* A Kubernetes cluster running v1.13 or above (minkube / docker-for-windows work well if enough RAM)\n",
"* kubectl v1.14+\n",
Expand Down

0 comments on commit 598c9e4

Please sign in to comment.