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.8
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.9
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 3, 2024

  1. Embedding add a test that would have helped

    * Test for 2 identical strings to return identical vectors
    * Also tests that batch vs single/loop are approx same
    * This test would have found a bug that was recently fixed
    
    Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
    markstur committed Apr 3, 2024
    Copy the full SHA
    55b07f8 View commit details

Commits on Apr 4, 2024

  1. Merge pull request #344 from markstur/embed_same_test

    Embedding add a test that would have helped
    evaline-ju authored Apr 4, 2024
    Copy the full SHA
    c12cb82 View commit details

Commits on Apr 24, 2024

  1. ✨ Add tokenization task to generation modules

    Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
    evaline-ju committed Apr 24, 2024
    Copy the full SHA
    6f231bf View commit details
  2. ✅ Add unimplemented function tests

    Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
    evaline-ju committed Apr 24, 2024
    Copy the full SHA
    4cc6b88 View commit details
  3. 📌 Pin breaking import changes for torch 2.3.0

    Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
    evaline-ju committed Apr 24, 2024
    Copy the full SHA
    cb9a51a View commit details
  4. 🐛 Change Std import to avoid torch pin

    Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
    evaline-ju committed Apr 24, 2024
    Copy the full SHA
    b608e75 View commit details
  5. 📌 Pin torch due to changed LaunchConfig args

    Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
    evaline-ju committed Apr 24, 2024
    Copy the full SHA
    79f20d8 View commit details

Commits on Apr 25, 2024

  1. Merge pull request #351 from evaline-ju/llm-tok

    ✨ Add tokenization task to generation modules
    gkumbhat authored Apr 25, 2024
    Copy the full SHA
    d81f11e View commit details
Loading