Skip to content

Commit 345cacf

Browse files
committed
Fix dspy
1 parent 61bd7e3 commit 345cacf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/module_04_llm_ops/02_dspy_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "9b1b1298",
66
"metadata": {},
77
"source": [
8-
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/raghavbali/mastering_llms_workshop_dhs2025/blob/main/docs/module_04_llm_ops/02_dspy_demo.ipynb\">\n",
8+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/raghavbali/mastering_llms_workshop/blob/main/docs/module_04_llm_ops/02_dspy_demo.ipynb\">\n",
99
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
1010
"</a>"
1111
]

docs/module_04_llm_ops/scraper_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def get_cell_contents(self,nb_fn, c_md=None, cell_typ=None):
3535

3636
# scraper
3737
def scrape_markdowns(self):
38+
'''Scrapes Markdown cell contents'''
3839
for directory in self.input_paths:
3940
directory_notebooks = self.nbpathwalk(directory)
4041
for notebook in directory_notebooks:

0 commit comments

Comments
 (0)