Skip to content

Commit 7dbbf81

Browse files
chore: corrected version of llama
1 parent dc81dac commit 7dbbf81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ filters = [
4040
]
4141
llava = [
4242
'transformers>=4.29',
43-
'LLaVA @ git+https://github.com/haotian-liu/LLaVA.git'
43+
'LLaVA @ git+https://github.com/haotian-liu/LLaVA.git@bb4b22748618fb6cbec35d8d4642fbbd32dec76a'
4444
]
4545
video_llava = [
4646
'videollava @ git+https://github.com/PKU-YuanGroup/Video-LLaVA',
@@ -118,4 +118,4 @@ ignore-init-module-imports = true
118118
"__init__.py" = ["F401"]
119119

120120
[tool.ruff.lint.pyupgrade]
121-
keep-runtime-typing = true
121+
keep-runtime-typing = true

0 commit comments

Comments
 (0)