Skip to content

Commit db52746

Browse files
committed
Merge branch 'main' of https://github.com/stanfordnlp/dspy
2 parents ed12679 + 8dda2a2 commit db52746

File tree

14 files changed

+460
-17
lines changed

14 files changed

+460
-17
lines changed

docs/docs/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
3434
- [Saving and Loading](/tutorials/saving/index.md)
3535
- [Deployment](/tutorials/deployment/)
3636
- [Debugging & Observability](/tutorials/observability/)
37+
- [Streaming](/tutorials/streaming/)
3738

3839

docs/docs/tutorials/rl_multihop/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"from dspy.clients.lm_local_arbor import ArborProvider\n",
4141
"\n",
4242
"port = 7453\n",
43-
"local_lm_name = \"Qwen/Qwen3-1.7B\"\n",
43+
"local_lm_name = \"Qwen/Qwen2.5-7B-Instruct\"\n",
4444
"local_lm = dspy.LM(\n",
4545
" model=f\"openai/arbor:{local_lm_name}\",\n",
4646
" provider=ArborProvider(),\n",

docs/docs/tutorials/rl_papillon/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"\n",
2626
"```text\n",
2727
"inference:\n",
28-
" gpu_ids: '0,'\n",
28+
" gpu_ids: '0'\n",
2929
"\n",
3030
"training:\n",
3131
" gpu_ids: '1, 2'\n",

0 commit comments

Comments
 (0)