Browse Source

Enable multi torch version

tags/v0.3.9-rc1
haixuantao 11 months ago
parent
commit
fa15fdd4d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-qwenvl/pyproject.toml

+ 1
- 1
node-hub/dora-qwenvl/pyproject.toml View File

@@ -13,7 +13,7 @@ requires-python = ">=3.9"
dependencies = [
"dora-rs >= 0.3.6",
"numpy < 2.0.0",
"torch == 2.4.0",
"torch >= 2.4.0",
"torchvision >= 0.19",
"torchaudio >= 2.1.0",
"qwen-vl-utils >= 0.0.5",


Loading…
Cancel
Save