Skip to content

[Main Update] Doc to messages feature support and Split simple and chat mode #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 4, 2025

Conversation

kcz358
Copy link
Collaborator

@kcz358 kcz358 commented May 27, 2025

Before you open a pull-request, please check if a similar issue already exists or has been closed before.

When you open a pull-request, please be sure to include the following

  • A descriptive title: [xxx] XXXX
  • A detailed description

If you meet the lint warnings, you can use following scripts to reformat code.

pip install pre-commit
pre-commit install
pre-commit run --all-files

Thank you for your contributions!

@kcz358
Copy link
Collaborator Author

kcz358 commented May 27, 2025

Current major changes:

  • Split chat and simple model for doc_to_messages and original doc_to_visual and doc_to_text
  • Auto doc to messages for undefined task (currently only auto for image task)
  • Setup a protocol for messages for simple extract media
  • Add up a new task type for building different request
  • Set up an example chat model for llava_hf

@Luodian Luodian changed the base branch from main to dev/v0d4 May 27, 2025 13:58
@kcz358 kcz358 merged commit 5f497ce into dev/v0d4 Jun 4, 2025
2 checks passed
@kcz358 kcz358 deleted the feat/messages branch June 4, 2025 14:44
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