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
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -826,4 +827,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}