We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cee6b6 commit f354043Copy full SHA for f354043
skycamp2023.ipynb
@@ -46,8 +46,8 @@
46
"import pkg_resources # Install the package if it's not installed\n",
47
"if not \"dspy-ai\" in {pkg.key for pkg in pkg_resources.working_set}:\n",
48
" !pip install -U pip\n",
49
- " # !pip install dspy-ai\n",
50
- " !pip install -e $repo_path\n",
+ " !pip install dspy-ai==2.1\n",
+ " # !pip install -e $repo_path\n",
51
"\n",
52
"!pip install transformers"
53
]
0 commit comments