From 74e4d520ac0213e933b0a8ed37a9112130a31b50 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Thu, 16 Jan 2025 11:54:25 -0800 Subject: [PATCH] un-skip telemetry cells in notebook --- docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb b/docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb index 97c30a209..d91a7bea3 100644 --- a/docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb +++ b/docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb @@ -2865,7 +2865,6 @@ } ], "source": [ - "# NBVAL_SKIP\n", "print(f\"Getting traces for session_id={session_id}\")\n", "import json\n", "\n", @@ -2985,8 +2984,6 @@ } ], "source": [ - "# NBVAL_SKIP\n", - "\n", "# post-process telemetry spance and prepare data for eval\n", "# in this case, we want to assert that all user prompts is followed by a tool call\n", "import ast\n",