Skip to content

Commit 95112e1

Browse files
authored
Merge pull request #236 from ServiceNow/bump_accelerate_dep
update accelerate lib
2 parents 428c43c + 65427b9 commit 95112e1

File tree

2 files changed

+2760
-2758
lines changed

2 files changed

+2760
-2758
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "TapeAgents"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
requires-python = ">= 3.10, <3.13"
55
description = "TapeAgents framework for building, tuning and evaluating LLM Agents"
66
authors = [
@@ -99,7 +99,7 @@ converters = [
9999
"yt-dlp>=2024.12.13",
100100
]
101101
finetune = [
102-
"accelerate~=1.2.0",
102+
"accelerate~=1.7.0",
103103
"datasets~=2.21",
104104
"deepspeed~=0.15.4",
105105
"numpy~=1.26",

0 commit comments

Comments
 (0)