From f28d929237095b81de750fc9b69c01494db36cc3 Mon Sep 17 00:00:00 2001 From: Yi Dong Date: Wed, 18 May 2022 18:53:38 +0000 Subject: [PATCH] fix the server key value problem Signed-off-by: Yi Dong --- tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb b/tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb index 001f248f5656..aa0a94c4e8df 100644 --- a/tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb +++ b/tutorials/nlp/Megatron_Synthetic_Tabular_Data_Generation.ipynb @@ -638,6 +638,7 @@ "```python\n", "!python megatron_gpt_eval.py \\\n", " model_file=tabular.nemo \\\n", + " prompts=[\\'\\',\\'\\'] \\\n", " server=True\n", "```\n", "The text generation server accepts REST API request to send the generated text in the response. Let's use the following Python code to generate some transactions." @@ -826,4 +827,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}