Skip to content

Commit f049d52

Browse files
authored
typo gms to gsm (stanfordnlp#8025)
1 parent ee7c1be commit f049d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/deep-dive/optimizers/miprov2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from dspy.datasets.gsm8k import GSM8K, gsm8k_metric
3131

3232
gsm8k = GSM8K()
3333

34-
trainset, devset = gsm8k.train, gms8k.dev
34+
trainset, devset = gsm8k.train, gsm8k.dev
3535
```
3636

3737
We'll now define a basic QA inline signature i.e. `question->answer` and pass it to `ChainOfThought` module, that applies necessary addition for CoT style prompting to the Signature.

0 commit comments

Comments
 (0)