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

Commits on Jul 3, 2024

  1. Fix CVE-2024-5480

    Signed-off-by: Vaibhav Jain <vajain@redhat.com>
    vaibhavjainwiz committed Jul 3, 2024
    Copy the full SHA
    6d4eb04 View commit details
  2. Merge pull request #366 from vaibhavjainwiz/fix_cve

    gkumbhat authored Jul 3, 2024
    Copy the full SHA
    7d54770 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.8.1",
"sentence-transformers>=2.3.1,<2.4.0",
"tokenizers>=0.13.3",
"torch>=2.0.1,<2.3.0",
"torch>=2.2.2,<2.3.0",
"tqdm>=4.65.0",
"transformers>=4.32.0",
"peft==0.6.0",