Skip to content

Commit b5e4c6d

Browse files
committed
fix(modal-deberta): upgrade torch to >=2.6.0 to address CVE-2025-32434
1 parent 6b5ab35 commit b5e4c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/modal-deberta/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fastapi==0.104.1",
3232
"uvicorn==0.24.0",
3333
"transformers>=4.40.0",
34-
"torch==2.2.0",
34+
"torch>=2.6.0",
3535
"pydantic==2.5.0",
3636
"sentencepiece>=0.1.99",
3737
"safetensors>=0.4.2",

0 commit comments

Comments
 (0)