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.5.12
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.5.13
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 13, 2025

  1. bump torch range

    Signed-off-by: Zachary Branson <Zac.Branson@ibm.com>
    bing-speech-trial committed Mar 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2bf87da View commit details
  2. Merge pull request #415 from ZacBranson/ZacBranson-patch3

    bump torch range to >=2.3.1,<2.7.0
    evaline-ju authored Mar 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    chemicL Dariusz Jędrzejczyk
    Copy the full SHA
    dc5a205 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ dependencies = [
"scipy>=1.10.0",
"sentence-transformers>=3.4.0,<3.5.0",
"tokenizers>=0.20.0",
"torch>=2.3.1,<2.6.0",
"torch>=2.3.1,<2.7.0",
"tqdm>=4.67.0",
"transformers>=4.48.3,<4.50.0",
"peft==0.14.0",