v2.4.12
版本发布时间: 2024-07-08 22:55:22
stanfordnlp/dspy最新发布版本:2.5.0(2024-09-24 05:13:48)
-
Supports treating
dspy.Predict
anddspy.ChainOfThought
directly as Modules, e.g. can compile them without creating a wrappingdspy.Module
object. -
Improves the
experimental=True
Chat LM support from DSPy v2.4.11, which is quoted below for reference:
Initial support for new adapters, with far more smooth support for Chat LMs. The default behavior is unchanged from before. However, dspy.configure(experimental=True) is likely to lead to much more predictable and accurate zero-shot generations with Chat LMs. Tested against several variants of GPT-3.5, GPT-4, Llama3, Mixtral, and DBRX.