Dhar Rawal

Results 8 issues of Dhar Rawal

I am not sure how to train DSPy to synthesize long, detailed answers such as those are required for "how to" questions. So far, I have tried training on long...

Instead of one global favorites file... - Allow favorites file per folder - Build favorites list by appending all favorite files in folder hierarchy all the way to $HOME (favorites...

:octocat: enhancement

EnsembledProgram can now be loaded/saved ~~Inference of programs (forward function) is now concurrent~~ Added checks for size = 0 or size > number of programs

It seems like if you touch the file, commit requires you to fix all the ruff issues in that file, regardless of whether your changes are related to those lines...

Crashes with ValueError exception in predict.py - "Required 'max_tokens' or 'max_output_tokens' not specified in settings." if you use Bedrock with llama2 or llama3

Notice in the watch window that there is nothing in the example_sets for i=3. Needs a check here? ![image](https://github.com/stanfordnlp/dspy/assets/114010652/05ffe393-5ba6-408b-9f68-e5352089fd8d)

Assertion: Student and teacher must have the same number of predictors. Code sample to repro: optimizer = BootstrapFewShotWithRandomSearch( metric=MyModule.metric, teacher_settings=dict({"lm": teacher_lm}), ) teacher_module, _ = MyModule.load_compiled_model() for _ in range(2):...

The app crashes in below code with a keyerror: File "/home/drawal/miniconda3/envs/xray/lib/python3.11/site-packages/dspy/primitives/module.py", line 75, in load_state param.load_state(state[name]) This is because the load function expects the top level keys in the saved...