Skip to content

Commit 9948907

Browse files
authored
fix: pin trl to version 0.19.1 to avoid deprecation (#202)
1 parent 7a6f780 commit 9948907

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ hf = [
6262
"outlines<1.0.0",
6363
"peft>=0.16.0",
6464
"transformers>=4.53.2",
65-
"trl>=0.19.0",
65+
"trl==0.19.1",
6666
]
6767

6868
litellm = [

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)