Skip to content

Commit bfc7f28

Browse files
committed
fix: Uncap accelerate
ilab small e2e job hits an issue in old accelerate that was fixed in 1.3.x: huggingface/accelerate#3282 I don't see immediate need to cap it at <1.1.0 (if there's a reason, let's learn it and document). Signed-off-by: Ihar Hrachyshka <[email protected]>
1 parent 473d4ee commit bfc7f28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
accelerate==1.0.1 # via -r requirements-cuda.txt, -r requirements-rocm.txt, peft, trl
1+
accelerate==1.7.0 # via -r requirements-cuda.txt, -r requirements-rocm.txt, peft, trl
22
aiofiles==24.1.0 # via -r requirements.txt
33
aiohappyeyeballs==2.6.1 # via aiohttp
44
aiohttp==3.12.2 # via fsspec

requirements-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ flash-attn>=2.4.0
22
bitsandbytes>=0.43.1
33

44
# required for FSDP updates
5-
accelerate>=0.34.2,<1.1.0
5+
accelerate>=0.34.2
66

77
# first version that includes Granite kernels
88
liger-kernel>=0.5.4

0 commit comments

Comments
 (0)