Minor updates including pinning datasets version

This commit is contained in:
Edward Donner
2025-07-12 15:26:07 -04:00
parent 8a8493e387
commit a10872469d
17 changed files with 104 additions and 46 deletions

View File

@@ -27,6 +27,20 @@
"import gradio as gr"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "94a564ed-5cda-42d9-aada-2a5e85d02d15",
"metadata": {},
"outputs": [],
"source": [
"# install faiss-cpu!\n",
"# Mac users - this may fail if you don't have a recent version of MacOS\n",
"# In which case I recommend you skip this lab -- FAISS is not essential! (Or upgrade MacOS if you wish..)\n",
"\n",
"!pip install faiss-cpu"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -400,7 +414,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.12"
"version": "3.11.13"
}
},
"nbformat": 4,