diff --git a/pyproject.toml b/pyproject.toml index 9bc6959766..cfe0a53a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ huggingface = [ "protobuf<4.0.0", "huggingface_hub", "hf_transfer", - "triton_windows ; platform_system == 'Windows'", ] windows=[ "unsloth[huggingface]", "bitsandbytes>=0.41.1 ; platform_system == 'Windows'", "xformers>=0.0.22.post7 ; platform_system == 'Windows'", + "triton_windows ; platform_system == 'Windows'", ] cu118only = [ "xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp39-cp39-manylinux2014_x86_64.whl ; python_version=='3.9' and platform_system == 'Linux'",