From 35a31ce5d23030f7690fe294acb8d55fc55a27a8 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Thu, 30 Nov 2023 16:52:05 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34338e04a0..eb3fcde9bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = {attr = "unsloth.__version__"} [project.optional-dependencies] cu118 = {file = ["requirements_cu118.txt"]} -cu118 = {file = ["requirements_cu121.txt"]} +cu121 = {file = ["requirements_cu121.txt"]} [project.urls] homepage = "http://www.unsloth.ai"