Skip to content

Commit 7251e43

Browse files
authored
fix stale instruction in docs (#8495)
1 parent 98a4925 commit 7251e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/tutorials/deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can configure the async capacity using the new `async_max_workers` setting.
6565

6666
??? "Streaming, in DSPy 2.6.0+"
6767

68-
Streaming is also supported in DSPy 2.6.0+, available as a release candidate via `pip install -U --pre dspy`.
68+
Streaming is also supported in DSPy 2.6.0+, which can be installed via `pip install -U dspy`.
6969

7070
We can use `dspy.streamify` to convert the dspy program to a streaming mode. This is useful when you want to stream
7171
the intermediate outputs (i.e. O1-style reasoning) to the client before the final prediction is ready. This uses

docs/docs/tutorials/games/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"### Install dependencies and download data\n",
1212
"\n",
13-
"Install the latest DSPy via `pip install -U --pre dspy` and follow along. This tutorial uses the AlfWorld dataset, which depends on DSPy 2.6.0 (pre-release).\n",
13+
"Install the latest DSPy via `pip install -U dspy` and follow along. This tutorial uses the AlfWorld dataset, which depends on DSPy 2.6.0.\n",
1414
"\n",
1515
"You will also need the following dependencies:\n",
1616
"\n",

0 commit comments

Comments
 (0)