This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add transformers version pinning for qwenvl2
tags/v0.3.7rc0
haixuanTao
1 year ago
parent
453b3d1eee
commit
0684f05e4e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
node-hub/dora-qwenvl/pyproject.toml
+ 1
- 1
node-hub/dora-qwenvl/pyproject.toml
View File
@@ -16,7 +16,7 @@ dora-rs = "^0.3.6"
numpy = "< 2.0.0"
torch = "^2.4.0"
torchvision = "^0.19"
transformers =
{ git = "https://github.com/huggingface/transformers" }
transformers =
"^4.45"
qwen-vl-utils = "^0.0.2"
accelerate = "^0.33"
# flash_attn = "^2.6.1" # Install using: pip install -U flash-attn --no-build-isolation
Write
Preview
Loading…
Cancel
Save