We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc81dac commit 7dbbf81Copy full SHA for 7dbbf81
pyproject.toml
@@ -40,7 +40,7 @@ filters = [
40
]
41
llava = [
42
'transformers>=4.29',
43
- 'LLaVA @ git+https://github.com/haotian-liu/LLaVA.git'
+ 'LLaVA @ git+https://github.com/haotian-liu/LLaVA.git@bb4b22748618fb6cbec35d8d4642fbbd32dec76a'
44
45
video_llava = [
46
'videollava @ git+https://github.com/PKU-YuanGroup/Video-LLaVA',
@@ -118,4 +118,4 @@ ignore-init-module-imports = true
118
"__init__.py" = ["F401"]
119
120
[tool.ruff.lint.pyupgrade]
121
-keep-runtime-typing = true
+keep-runtime-typing = true
0 commit comments