Skip to content

Commit 401cb44

Browse files
authored
Merge pull request NVIDIA#429 from gn00295120/fix/pin-litellm-supply-chain
fix: pin liteLLM <=1.82.6 to mitigate TeamPCP supply chain attack
2 parents 4b38c86 + fae4ca4 commit 401cb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo/Evaluator/Custom LLM-as-a-Judge/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"jinja2>=3.1.0",
1111
"jsonschema>=4.23.0",
1212
"jupyterlab>=4.4.1",
13-
"litellm>=1.67.1",
13+
"litellm>=1.67.1, <=1.82.6",
1414
"openai>=1.76.0",
1515
"peft>=0.15.2",
1616
"torch>=2.0.0",

0 commit comments

Comments
 (0)