diff --git a/pyproject.toml b/pyproject.toml index 221c40e49f..2e631ec95b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,10 @@ huggingface-deps = [ "trl>=0.7.9", "peft>=0.7.1", ] +huggingface = [ + "unsloth[huggingface-no-deps]", + "unsloth[huggingface-deps"], +] [project.urls] homepage = "http://www.unsloth.ai"