Skip to content

Commit fe8d426

Browse files
committed
Update pyproject.toml
1 parent d423c58 commit fe8d426

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

‎pyproject.toml‎

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ flashattentiontorch240abiTRUEcu12x = [
762762
"flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.4cxx11abiTRUE-cp312-cp312-linux_x86_64.whl ; ('linux' in sys_platform) and python_version == '3.12'",
763763
"flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.4cxx11abiTRUE-cp313-cp313-linux_x86_64.whl ; ('linux' in sys_platform) and python_version == '3.13'",
764764
]
765-
intel-gpu-torch260 = [
765+
intelgputorch260 = [
766766
"unsloth_zoo[intelgpu]",
767767
"unsloth[huggingfacenotorch]",
768768

@@ -778,7 +778,10 @@ intel-gpu-torch260 = [
778778
"torch @ https://download.pytorch.org/whl/xpu/torch-2.6.0%2Bxpu-cp312-cp312-linux_x86_64.whl#sha256=c4c5c67625cdacf35765c2b94e61fe166e3c3f4a14521b1212a59ad1b3eb0f2e ; ('linux' in sys_platform) and python_version == '3.12' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
779779
"torch @ https://download.pytorch.org/whl/xpu/torch-2.6.0%2Bxpu-cp313-cp313-linux_x86_64.whl#sha256=e6864f7a60a5ecc43d5d38f59a16e5dd132384f73dfd3a697f74944026038f7b ; ('linux' in sys_platform) and python_version == '3.13' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
780780
]
781-
intel-gpu-torch270 = [
781+
intel-gpu-torch260 = [
782+
"unsloth[intelgputorch260]"
783+
]
784+
intelgputorch270 = [
782785
"unsloth_zoo[intelgpu]",
783786
"unsloth[huggingfacenotorch]",
784787

@@ -794,7 +797,10 @@ intel-gpu-torch270 = [
794797
"torch @ https://download.pytorch.org/whl/xpu/torch-2.7.0%2Bxpu-cp312-cp312-linux_x86_64.whl#sha256=c806d44aa2ca5d225629f6fbc6c994d5deaac2d2cde449195bc8e3522ddd219a ; ('linux' in sys_platform) and python_version == '3.12' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
795798
"torch @ https://download.pytorch.org/whl/xpu/torch-2.7.0%2Bxpu-cp313-cp313-linux_x86_64.whl#sha256=25d8277b7f01d42e2e014ccbab57a2692b6ec4eff8dcf894eda1b297407cf97a ; ('linux' in sys_platform) and python_version == '3.13' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
796799
]
797-
intel-gpu-torch280 = [
800+
intel-gpu-torch270 = [
801+
"unsloth[intelgputorch270]"
802+
]
803+
intelgputorch280 = [
798804
"unsloth_zoo[intelgpu]",
799805
"unsloth[huggingfacenotorch]",
800806

@@ -818,7 +824,10 @@ intel-gpu-torch280 = [
818824
"torchvision @ https://download.pytorch.org/whl/xpu/torchvision-0.23.0%2Bxpu-cp312-cp312-manylinux_2_28_x86_64.whl#sha256=0acec355b80c3899841184084f365df336c508602812e34a44007b8b60d53af4 ; platform_system == 'Linux' and python_version == '3.12' and platform_machine == 'x86_64'",
819825
"torchvision @ https://download.pytorch.org/whl/xpu/torchvision-0.23.0%2Bxpu-cp313-cp313-manylinux_2_28_x86_64.whl#sha256=e2109ae773dad27b98ca17681044b4f876563c37f2382b75de3a371399edcff8 ; platform_system == 'Linux' and python_version == '3.13' and platform_machine == 'x86_64'",
820826
]
821-
intel-gpu-torch290 = [
827+
intel-gpu-torch280 = [
828+
"unsloth[intelgputorch280]"
829+
]
830+
intelgputorch290 = [
822831
"unsloth_zoo[intelgpu]",
823832
"unsloth[huggingfacenotorch]",
824833

@@ -839,6 +848,12 @@ intel-gpu-torch290 = [
839848
"torchvision @ https://download.pytorch.org/whl/xpu/torchvision-0.24.0%2Bxpu-cp312-cp312-manylinux_2_28_x86_64.whl#sha256=4b91e4bec1d740a6211f02578a79888550b73f3a4e1383035f8f6d72f587212c ; platform_system == 'Linux' and python_version == '3.12' and platform_machine == 'x86_64'",
840849
"torchvision @ https://download.pytorch.org/whl/xpu/torchvision-0.24.0%2Bxpu-cp313-cp313-manylinux_2_28_x86_64.whl#sha256=88239e73ca37254bec84f29cd5887e10ff712de7edbbda3fbb3609cd6190d99e ; platform_system == 'Linux' and python_version == '3.13' and platform_machine == 'x86_64'",
841850
]
851+
intel-gpu-torch290 = [
852+
"unsloth[intelgputorch290]"
853+
]
854+
intel = [
855+
"unsloth[intelgputorch280]",
856+
]
842857
amd = [
843858
"unsloth[huggingfacenotorch]",
844859
"bitsandbytes @ https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-1.33.7.preview-py3-none-manylinux_2_24_x86_64.whl ; ('linux' in sys_platform) and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",

0 commit comments

Comments
 (0)