Skip to content

Commit

Permalink
Fixed missing output
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmessiaen committed May 6, 2024
1 parent c11873a commit 0e2393e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/reference/notebooks/LLM_QA_Winter_Olympics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,11 @@
},
{
"cell_type": "code",
"execution_count": 3,
"id": "a37806531a54f207",
"metadata": {
"ExecuteTime": {
"end_time": "2023-11-02T14:18:48.465631Z",
"start_time": "2023-11-02T14:18:43.545982Z"
"end_time": "2024-05-06T05:02:01.739672Z",
"start_time": "2024-05-06T05:01:58.652839Z"
}
},
"source": [
Expand All @@ -118,7 +117,9 @@
"from scipy import spatial\n",
"\n",
"from giskard import scan, Dataset, Model, GiskardClient"
]
],
"outputs": [],
"execution_count": 1
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit 0e2393e

Please sign in to comment.