Skip to content

fix: add missing run_mllm entry point alias#1695

Open
JGSphaela wants to merge 1 commit intointel:mainfrom
JGSphaela:fix-mllm-entry-point
Open

fix: add missing run_mllm entry point alias#1695
JGSphaela wants to merge 1 commit intointel:mainfrom
JGSphaela:fix-mllm-entry-point

Conversation

@JGSphaela
Copy link
Copy Markdown

Pull Request Description

Description

This PR resolves an ImportError that occurs when attempting to run the auto-round-mllm or auto_round_mllm console scripts. The issue was caused by the setup.cfg entry points pointing to a non-existent function run_mllm in auto_round.__main__.

Since MLLM functionality has been integrated into the main run() logic with auto-detection, this PR adds run_mllm as a simple alias to run() to restore the functionality of the dedicated MLLM command-line interface.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Other (please specify):

Related Issues

Fixes or relates to # (No existing issue found, discovered during local testing of v0.13.0.dev)

Checklist Before Submitting

  • My code has been tested locally.
  • Documentation has been updated as needed.
  • New or updated tests are included where applicable.

Note: Verified that auto-round-mllm --help now executes correctly after this change.

Signed-off-by: JGSphaela <39881472+JGSphaela@users.noreply.github.com>
@JGSphaela
Copy link
Copy Markdown
Author

I didn't open a issue because this is quite a simple fix. I want to apologize in advance If it's against the rules.

@wenhuach21 wenhuach21 self-requested a review April 16, 2026 12:17
@wenhuach21
Copy link
Copy Markdown
Contributor

/azp run Unit-Test-CUDA-AutoRound

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

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.

2 participants