deps: add beginning requirements for fine-tune

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-05-27 21:49:42 -07:00
parent 89a714b8c2
commit 86b35105c1

View File

@@ -67,6 +67,9 @@ dependencies = [
"black[jupyter]==23.3.0",
]
[project.optional-dependencies]
fine-tune = ["peft", "bitsandbytes"]
[project.urls]
Documentation = "https://github.com/llmsys/openllm#readme"
Issues = "https://github.com/llmsys/openllm/issues"