Skip to content

Commit 4b95150

Browse files
chore(deps): update loader dependencies major
| datasource | package | from | to | | ---------- | ---------------------- | ------ | ----- | | docker | nvcr.io/nvidia/pytorch | 24.12 | 26.03 | | pypi | psutil | 6.1.1 | 7.2.2 | | pypi | transformers | 4.57.6 | 5.4.0 |
1 parent 181bc31 commit 4b95150

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
transformers==4.57.6
1+
transformers==5.4.0
22
torch==2.11.0
33
accelerate==1.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
psutil==6.1.1
1+
psutil==7.2.2
22
torch==2.11.0
33
pydantic==2.12.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
psutil==6.1.1
1+
psutil==7.2.2
22
pydantic==2.12.5

dyana/loaders/megatron/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvcr.io/nvidia/pytorch:24.12-py3
1+
FROM nvcr.io/nvidia/pytorch:26.03-py3
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)