From e0a24637381676a42a0c7c7d93d72f4d21932962 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Tue, 5 Mar 2024 20:07:44 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 385366a391..7d955082d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,6 +104,16 @@ cu121-torch211 = [ "bitsandbytes", "unsloth[cu121onlytorch211]", ] +cu118-torch212 = [ + "unsloth[huggingface]", + "bitsandbytes", + "unsloth[cu118onlytorch212]", +] +cu121-torch212 = [ + "unsloth[huggingface]", + "bitsandbytes", + "unsloth[cu121onlytorch212]", +] cu118-torch220 = [ "unsloth[huggingface]", "bitsandbytes",