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: caikit/caikit-nlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.16
Choose a base ref
...
head repository: caikit/caikit-nlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.17
Choose a head ref
  • 18 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 4, 2024

  1. first attempt to add param include_stop_sequence

    Signed-off-by: waleedqk <waleedqk@ibm.com>
    waleedqk committed Jul 4, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    30e4331 View commit details

Commits on Jul 9, 2024

  1. update caikit-tgis-backend version to access the updated proto fields

    Signed-off-by: waleedqk <waleedqk@ibm.com>
    waleedqk committed Jul 9, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    2f75aa2 View commit details
  2. make optional on peft_tgis as well

    Signed-off-by: waleedqk <waleedqk@ibm.com>
    waleedqk committed Jul 9, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    f9be471 View commit details
  3. add param to tests not setting the value to default

    Signed-off-by: waleedqk <waleedqk@ibm.com>
    waleedqk committed Jul 9, 2024
    Copy the full SHA
    5443644 View commit details

Commits on Jul 15, 2024

  1. 📦 Update torch to 2.3.1

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 15, 2024
    Copy the full SHA
    9719b42 View commit details
  2. 🐛 Remove tee from torch launch config to correspond to API changeswit…

    …h lib update
    
    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 15, 2024
    Copy the full SHA
    4d0dfc4 View commit details
  3. 🎨 Fix lint by removing unused import

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 15, 2024
    Copy the full SHA
    cc86f6b View commit details

Commits on Jul 16, 2024

  1. Merge pull request #367 from waleedqk/include_stop_sequence_param

    Add param include_stop_sequence
    gkumbhat authored Jul 16, 2024
    Copy the full SHA
    8f71845 View commit details

Commits on Jul 17, 2024

  1. Changes result vector comparison to approximately.

    Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
    flaviabeo committed Jul 17, 2024
    Copy the full SHA
    314db01 View commit details
  2. Merge pull request #8 from flaviabeo/update_torch_2_3_1_fix_test

    Changes result vector comparison to approximately.
    gkumbhat authored Jul 17, 2024
    Copy the full SHA
    b53f7ab View commit details
  3. 🎨 Fix formatting

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 17, 2024
    Copy the full SHA
    d621b53 View commit details
  4. 🐛 Replace allclose to isclose

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 17, 2024
    Copy the full SHA
    59ae6d5 View commit details
  5. Adds tolerance params

    Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
    flaviabeo committed Jul 17, 2024
    Copy the full SHA
    3cecf52 View commit details
  6. Merge pull request #9 from flaviabeo/tolerance

    Adds tolerance params
    gkumbhat authored Jul 17, 2024
    Copy the full SHA
    0cf2c94 View commit details
  7. 🐛 Fix isclose to .all

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 17, 2024
    Copy the full SHA
    f4883e3 View commit details
  8. ♻️ Replace isclose().all logic to allclose as before

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 17, 2024
    Copy the full SHA
    9e3dda6 View commit details
  9. 🎨 Fix formatting

    Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
    gkumbhat committed Jul 17, 2024
    Copy the full SHA
    b4e5108 View commit details
  10. Merge pull request #368 from gkumbhat/update_torch_2_3_1

    📦 Update torch to 2.3.1
    gkumbhat authored Jul 17, 2024
    Copy the full SHA
    363c425 View commit details
Loading