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",