From b4a5cfafafd7f13821e7074d3776d753cf5326ee Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Thu, 30 Nov 2023 16:59:31 +1100 Subject: [PATCH] dependencies --- requirements_cu118.txt => cu118.txt | 0 requirements_cu121.txt => cu121.txt | 0 pyproject.toml | 12 ------------ 3 files changed, 12 deletions(-) rename requirements_cu118.txt => cu118.txt (100%) rename requirements_cu121.txt => cu121.txt (100%) diff --git a/requirements_cu118.txt b/cu118.txt similarity index 100% rename from requirements_cu118.txt rename to cu118.txt diff --git a/requirements_cu121.txt b/cu121.txt similarity index 100% rename from requirements_cu121.txt rename to cu121.txt diff --git a/pyproject.toml b/pyproject.toml index ea192c3df8..3e94238153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,18 +36,6 @@ dependencies = [ [tool.setuptools.dynamic] version = {attr = "unsloth.__version__"} -[project.optional-dependencies] -cu118 = [ - "xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp39-cp39-manylinux2014_x86_64.whl ; python_version=='3.9'", - "xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp310-cp310-manylinux2014_x86_64.whl ; python_version=='3.10'", - "xformers @ https://download.pytorch.org/whl/cu118/xformers-0.0.22.post7%2Bcu118-cp311-cp311-manylinux2014_x86_64.whl ; python_version=='3.11'", -] -cu121 = [ - "xformers @ https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp39-cp39-manylinux2014_x86_64.whl ; python_version=='3.9'", - "xformers @ https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp310-cp310-manylinux2014_x86_64.whl ; python_version=='3.10'", - "xformers @ https://download.pytorch.org/whl/cu121/xformers-0.0.22.post7-cp311-cp311-manylinux2014_x86_64.whl ; python_version=='3.11'", -] - [project.urls] homepage = "http://www.unsloth.ai" documentation = "https://github.com/unslothai/unsloth"