Skip to content

Commit 2bc623f

Browse files
committed
bump transformers>=4.52 to import Llama4Config from transformers.models
Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
1 parent f30da30 commit 2bc623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def localversion_func(version: ScmVersion) -> str:
119119
"tqdm>=4.0.0",
120120
# torch 1.10 and 1.11 do not support quantized onnx export
121121
"torch>=1.7.0,!=1.10,!=1.11",
122-
"transformers>4.0",
122+
"transformers>=4.52.0",
123123
"datasets",
124124
"accelerate>=0.20.3,!=1.1.0",
125125
"pynvml",

0 commit comments

Comments
 (0)