Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stanfordnlp/dspy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.11
Choose a base ref
...
head repository: stanfordnlp/dspy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.12
Choose a head ref
  • 17 commits
  • 9 files changed
  • 7 contributors

Commits on Jun 28, 2024

  1. fix(miprov2): custom view_data_batch_size pass to GroundPorposer to c…

    …reate dataset summary
    
    Custom view_data_batch_size should be passed to GroundPorposer to create dataset summary instead of using fixed default value of 10.
    shubham-skr authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6590d59 View commit details
    Browse the repository at this point in the history
  2. fix(GroundedProposer): accept custom view_data_batch_size to create d…

    …ataset summary
    
    Get the view_data_batch_size from MIPROv2 to create dataset summary when set the parameter value instead of using fixed default value every time for dataset summary creation.
    shubham-skr authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    174b9b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add filter for QdrantRM

    hawktang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f0dfd82 View commit details
    Browse the repository at this point in the history
  2. add Args docstring

    hawktang committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3114348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38f527e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Update hf_client.py

    Patchwork53 authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d5c3fd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Convert Predict and ChainOfThought into Modules, while retaining back…

    …ward compatible .load()
    okhat committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    730fd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812ddf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88388e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1257 from Patchwork53/main

    hotfix(dspy): update Together client self.kwargs to include "model"
    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    282d0a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1241 from JGalego/fix/aws-meta-sagemaker

    fix: Support for Meta models provided by Amazon SageMaker
    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    46f0c73 View commit details
    Browse the repository at this point in the history
  6. Update qdrant_rm.py

    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cdc6625 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1239 from hawktang/main

    Add filter for QdrantRM
    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aa1e3be View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1217 from shubham-skr/main

    fix(MiproV2): custom view_data_batch_size for dataset summary creation
    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d7585d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1250 from MohammedAlhajji/main

    🐛 fix: http_request_kwargs in HFClientVLLM
    arnavsinghvi11 authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    28c70ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19a4fc9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce0333e View commit details
    Browse the repository at this point in the history
Loading