Skip to content

Commit

Permalink
Merge pull request #67 from ethanyanjiali/update-cambioml-ethanli
Browse files Browse the repository at this point in the history
Add scikit-learn and update PEFT to latest version
  • Loading branch information
Cambio ML authored Sep 20, 2023
2 parents 3a9c511 + 09d3906 commit c6be98b
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 c6be98b

Please sign in to comment.