Chen Qian

Results 189 comments of Chen Qian

@Cyber-Machine Thanks for sharing your thoughts! Personally I am not a fan of issue template, it's a bit hard to strike a balance between useful and verbose. But yes, it...

@marwood-p Thanks for reporting the issue! This is actually by intention in order to handles cases where few-shot examples have the history field. For example: ``` System message: Your input...

@mehtamansi29 Thanks for looking into that! I am not sure if the result is still valid, that's a benchmark I did before the first official release of Keras 3. The...

@okhat Thanks for reviewing! Yea this progbar will not be valid if we enable parallelism. > It makes it really hard to see if the bootstrapping keeps failing or how...

@LakshyAAAgrawal I also replied to the discord thread, but for GEPA optimization saving checkpoint to a json file is a better choice than pickle.

@YGao119 I can reproduce the issue, and made a fix in #8360. But I am curious are you seeing this error from real production? Most of the models are using...

@pringlesinghal Thanks for opening the feature request! The code snippet is still quite abstract, would you mind putting up a colab/github gist to explain the proposed API with a concrete...

@streidarai Thanks for reporting the issue! Do you mean building instructions dynamically? You can use `dspy.make_signature(..., instructions=f"....")` for this purposes. Docstring is meant to be static.