upgrade transformers==4.57.1 and peft==0.23.1 (#3214)

This commit is contained in:
Wing Lian
2025-10-14 15:54:05 -04:00
committed by GitHub
parent 6e2f5ccf9f
commit 4cdfdfebb5
2 changed files with 2 additions and 3 deletions

View File

@@ -13,11 +13,11 @@ packaging==23.2
huggingface_hub>=0.33.0 huggingface_hub>=0.33.0
peft>=0.17.1 peft>=0.17.1
tokenizers>=0.21.1 tokenizers>=0.21.1
transformers==4.57.0 transformers==4.57.1
accelerate==1.10.1 accelerate==1.10.1
datasets==4.0.0 datasets==4.0.0
deepspeed>=0.17.0 deepspeed>=0.17.0
trl==0.23.0 trl==0.23.1
hf_xet==1.1.5 hf_xet==1.1.5
kernels==0.9.0 kernels==0.9.0
trackio trackio

View File

@@ -546,7 +546,6 @@ class TestMultiGPULlama:
temp_dir + "/runs", "train/train_loss", 2.1, "Train Loss (%s) is too high" temp_dir + "/runs", "train/train_loss", 2.1, "Train Loss (%s) is too high"
) )
@pytest.mark.skip("regression failure from v4.57.0")
def test_fsdp_qlora_prequant_packed(self, temp_dir): def test_fsdp_qlora_prequant_packed(self, temp_dir):
cfg = DictDefault( cfg = DictDefault(
{ {