From 733ca584dc743e7e2f921dd63394453be425c4d6 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Tue, 5 Nov 2024 16:19:42 -0800 Subject: [PATCH] Update 00_Local_Cloud_Inference101.ipynb --- .../00_Local_Cloud_Inference101.ipynb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/00_Local_Cloud_Inference101.ipynb b/docs/zero_to_hero_guide/00_Local_Cloud_Inference101.ipynb index 8b80c2731..cfdd52442 100644 --- a/docs/zero_to_hero_guide/00_Local_Cloud_Inference101.ipynb +++ b/docs/zero_to_hero_guide/00_Local_Cloud_Inference101.ipynb @@ -193,9 +193,23 @@ "\n", "asyncio.run(get_llama_response())" ] + }, + { + "cell_type": "markdown", + "id": "7e3a3ffa", + "metadata": {}, + "source": [ + "Thanks for checking out this notebook! \n", + "\n", + "The next one will be a guide on [Prompt Engineering](./01_Prompt_Engineering101.ipynb), please continue learning!" + ] } ], - "metadata": {}, + "metadata": { + "language_info": { + "name": "python" + } + }, "nbformat": 4, "nbformat_minor": 5 }