Skip to content

Commit 0149ead

Browse files
authored
remove branch installation instruction (#8404)
1 parent 10143a4 commit 0149ead

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/docs/tutorials/rl_multihop/index.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"\n",
99
"WARNING: This feature is new and extremely EXPERIMENTAL. Unlike almost everything else in DSPy, it's currently in pure proof of concept and development mode, but we release it to encourage community involvement.\n",
1010
"\n",
11-
"If you want to be on the cutting edge even before it's merged, install the `dspy.GRPO` PR via `pip install git+https://github.com/stanfordnlp/dspy.git@refs/pull/8171/head` and follow along.\n",
12-
"\n",
1311
"For this tutorial, you will also need DSPy's Arbor RL server.\n",
1412
"\n",
1513
"```bash\n",

docs/docs/tutorials/rl_papillon/index.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"\n",
99
"WARNING: This feature is new and extremely EXPERIMENTAL. Unlike almost everything else in DSPy, it's currently in pure proof of concept and development mode, but we release it to encourage community involvement.\n",
1010
"\n",
11-
"If you want to be on the cutting edge even before it's merged, install the `dspy.GRPO` PR via `pip install git+https://github.com/stanfordnlp/dspy.git@refs/pull/8171/head` and follow along.\n",
12-
"\n",
1311
"In this tutorial, we optimize the LM weights of [PAPILLON](https://dspy.ai/tutorials/papillon/) with `dspy.GRPO`, a generalization of the popular GRPO online RL algorithm of LLMs to sophisticated multi-module LM programs.\n",
1412
"\n",
1513
"PAPILLON is a system for privacy-preserving delegation, where we will teach a tiny model (1.7B parameters) to use an \"untrusted\" external LLM, which is more powerful but may save your private data, to balance high-quality and private chat.\n",

0 commit comments

Comments
 (0)