Skip to content

Feat/concurrent dispatch#1514

Open
Bluear7878 wants to merge 3 commits intoopen-compass:mainfrom
nota-github:feat/concurrent-dispatch
Open

Feat/concurrent dispatch#1514
Bluear7878 wants to merge 3 commits intoopen-compass:mainfrom
nota-github:feat/concurrent-dispatch

Conversation

@Bluear7878
Copy link
Copy Markdown

No description provided.

nota-dev and others added 3 commits April 14, 2026 06:55
… find_packages

Setuptools find_packages() skips directories without __init__.py,
causing ModuleNotFoundError for megabench.parsing and other
subpackages at runtime after pip install. Add empty __init__.py
to all affected directories.

Patched by nota-github/np_quantizer_v2 for issue NPP02-4226.
…lude_package_data

VLMEvalKit ships yaml/json/txt config and template files inside the
package (e.g., vlmeval/vlm/internvl/gui_template.yaml) but setup.py
has no package_data, include_package_data, or MANIFEST.in, so these
files are dropped during pip install. Add MANIFEST.in with a
recursive-include for common data extensions and enable
include_package_data so setuptools picks them up.

Patched by nota-github/np_quantizer_v2 for issue NPP02-4226.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant