Skip to content

Commit

Permalink
Merge pull request #308 from SylphAI-Inc/colab-fix
Browse files Browse the repository at this point in the history
Fix colab issues
  • Loading branch information
fm1320 authored Dec 17, 2024
2 parents 676638d + b1ef030 commit 201610a
Show file tree
Hide file tree
Showing 12 changed files with 1,646 additions and 1,019 deletions.
11 changes: 11 additions & 0 deletions notebooks/adalflow_colab_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip uninstall httpx anyio -y\n",
"!pip install \"anyio>=3.1.0,<4.0\"\n",
"!pip install httpx==0.24.1"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
11 changes: 11 additions & 0 deletions notebooks/qas/adalflow_object_count_auto_optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip uninstall httpx anyio -y\n",
"!pip install \"anyio>=3.1.0,<4.0\"\n",
"!pip install httpx==0.24.1"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
1,416 changes: 961 additions & 455 deletions notebooks/tutorials/adalflow_classification_optimization.ipynb

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions notebooks/tutorials/adalflow_component.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip uninstall httpx anyio -y\n",
"!pip install \"anyio>=3.1.0,<4.0\"\n",
"!pip install httpx==0.24.1"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down
11 changes: 11 additions & 0 deletions notebooks/tutorials/adalflow_dataclasses.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip uninstall httpx anyio -y\n",
"!pip install \"anyio>=3.1.0,<4.0\"\n",
"!pip install httpx==0.24.1"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Loading

0 comments on commit 201610a

Please sign in to comment.