Skip to content

Commit 11c6dbb

Browse files
committed
fix bug that xvlm code is not included
1 parent 29f0d83 commit 11c6dbb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hydra_vl4ai/tool/model/xvlm/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def parse_requirements(filename):
2727
package_data={
2828
"hydra_vl4ai": [
2929
"agent/prompt/**", # prompts
30-
"assets/*" # other assets
30+
"assets/*", # other assets
31+
"tool/model/xvlm/config_bert.json" # xvlm assets
3132
]
3233
},
3334
python_requires='>=3.10',

0 commit comments

Comments
 (0)