Skip to content

Commit

Permalink
BLIP-2 dependency resolution (#20)
Browse files Browse the repository at this point in the history
The transformers version in VLFM conflicts with the versions in the bdai
requirements. I originally fixed them here, but due to some other
dependency conflicts in the integration, this will break some VLFM
functionality without some more substantial code changes which need to
happen after moving the code.

---------

Co-authored-by: Katrina Ashton <[email protected]>
  • Loading branch information
bernadettekb and kashton-bdai authored Dec 19, 2023
1 parent 75a4d3a commit 2fefc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"flask >= 2.3.2",
"seaborn >= 0.12.2", # required by yolov7
"open3d >= 0.17.0",
"transformers >= 4.28.1", # higher versions than 4.26.0 "break" BLIP-2 but need 4.28.1 for integration
"transformers == 4.26.0", # higher versions than 4.26.0 "break" BLIP-2 in LAVIS
"salesforce-lavis >= 1.0.2", # for BLIP-2
"frontier_exploration @ git+https://github.com/naokiyokoyama/frontier_exploration.git",
"mobile_sam @ git+https://github.com/ChaoningZhang/MobileSAM.git",
Expand Down

0 comments on commit 2fefc59

Please sign in to comment.