Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanyanjiali committed Sep 20, 2023
1 parent 3a9c511 commit 09d3906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sentence-transformers = { version = "2.2.2", optional = true }

datasets = { version = "2.13.1", optional = true }
evaluate = { version = "0.4.0", optional = true }
peft = { version = "0.4.0", optional = true }
peft = { version = "0.5.0", optional = true }
trl = { version = "0.4.7", optional = true }

[tool.poetry.extras]
Expand All @@ -62,6 +62,7 @@ rag = [
"tiktoken"
]
rlhf = [
"scikit-learn",
"transformers",
"einops",
"accelerate",
Expand Down

0 comments on commit 09d3906

Please sign in to comment.