Skip to content

Commit 0e2393e

Browse files
committed
Fixed missing output
1 parent c11873a commit 0e2393e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/reference/notebooks/LLM_QA_Winter_Olympics.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@
100100
},
101101
{
102102
"cell_type": "code",
103-
"execution_count": 3,
104103
"id": "a37806531a54f207",
105104
"metadata": {
106105
"ExecuteTime": {
107-
"end_time": "2023-11-02T14:18:48.465631Z",
108-
"start_time": "2023-11-02T14:18:43.545982Z"
106+
"end_time": "2024-05-06T05:02:01.739672Z",
107+
"start_time": "2024-05-06T05:01:58.652839Z"
109108
}
110109
},
111110
"source": [
@@ -118,7 +117,9 @@
118117
"from scipy import spatial\n",
119118
"\n",
120119
"from giskard import scan, Dataset, Model, GiskardClient"
121-
]
120+
],
121+
"outputs": [],
122+
"execution_count": 1
122123
},
123124
{
124125
"cell_type": "markdown",

0 commit comments

Comments
 (0)