Skip to content

Commit 4ec3712

Browse files
Update dependency torch to v2.6.0 [SECURITY]
1 parent 9d0d13b commit 4ec3712

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

node-hub/dora-llama-cpp-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
99

1010
dependencies = [
1111
"dora-rs >= 0.3.9",
12-
"torch == 2.4.0",
12+
"torch ==2.6.0",
1313
"torchvision >= 0.19",
1414
"torchaudio >= 2.1.0",
1515
"opencv-python >= 4.1.1",

node-hub/dora-qwen/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
99

1010
dependencies = [
1111
"dora-rs >= 0.3.9",
12-
"torch == 2.4.0",
12+
"torch ==2.6.0",
1313
"torchvision >= 0.19",
1414
"torchaudio >= 2.1.0",
1515
"opencv-python >= 4.1.1",

node-hub/dora-qwen2-5-vl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.9"
1313
dependencies = [
1414
"dora-rs >= 0.3.9",
1515
"numpy < 2.0.0",
16-
"torch == 2.4.0",
16+
"torch ==2.6.0",
1717
"torchvision >= 0.19",
1818
"torchaudio >= 2.1.0",
1919
"qwen-vl-utils >= 0.0.5",

node-hub/dora-transformers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
99

1010
dependencies = [
1111
"dora-rs >= 0.3.9",
12-
"torch == 2.4.0",
12+
"torch ==2.6.0",
1313
"torchvision >= 0.19",
1414
"torchaudio >= 2.1.0",
1515
"opencv-python >= 4.1.1",

0 commit comments

Comments
 (0)