From b9bcce89e92e1aeed938309650a5460cf56d2d27 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 29 Jul 2025 01:03:19 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15989915f0..a596ffe3cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ huggingface = [ "trl>=0.7.9,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.15.0,!=0.19.0", "peft>=0.7.1,!=0.11.0", "protobuf", - "huggingface_hub", + "huggingface_hub>=0.34.0", "hf_transfer", "unsloth[triton]", ] @@ -392,7 +392,7 @@ colab-new = [ "wheel>=0.42.0", "numpy", "protobuf", - "huggingface_hub", + "huggingface_hub>=0.34.0", "hf_transfer", "bitsandbytes>=0.45.5", "unsloth[triton]",