From 8344164ec138927e31528cfe3c7bcd1b83fed191 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 16 Mar 2025 20:30:46 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'",