Skip to content

Fix qwen3 plugin directory names (invalid Python packages)#403

Merged
KartikP merged 1 commit into
mainfrom
fix-qwen3-plugin-dirnames
Jun 2, 2026
Merged

Fix qwen3 plugin directory names (invalid Python packages)#403
KartikP merged 1 commit into
mainfrom
fix-qwen3-plugin-dirnames

Conversation

@KartikP
Copy link
Copy Markdown
Contributor

@KartikP KartikP commented Jun 2, 2026

qwen3_0.6b and qwen3_1.7b contain a . in the directory name, which is not a valid Python package name. import_plugin calls __import__('brainscore_language.models.qwen3_0.6b'), which Python parses as package qwen3_0 + submodule 6b and raises ModuleNotFoundError — so qwen3-0.6b-loc-10 and qwen3-1.7b-loc-10 cannot be loaded or scored (regression from #402).

Renamed the two directories to qwen3_0_6b / qwen3_1_7b. Registry identifiers and model names are unchanged. The other four qwen3 dirs were already valid.

@KartikP KartikP merged commit fbe8bfe into main Jun 2, 2026
3 of 5 checks passed
@mike-ferguson mike-ferguson added the submission_prepared Attached to a PR is metadata and layer mapping is successful. label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

submission_prepared Attached to a PR is metadata and layer mapping is successful.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants