-
Notifications
You must be signed in to change notification settings - Fork 4.8k
fix bug #7309 deepseek-ai/deepseek-vl2 model can not be select as a VL model to parse pdf image #7312
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
base: main
Are you sure you want to change the base?
Conversation
conf/llm_factories.json
Outdated
@@ -2543,7 +2543,7 @@ | |||
"llm_name": "deepseek-ai/deepseek-vl2", | |||
"tags": "LLM,CHAT,4k", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags
should be LLM,IMAGE2TEXT,4k
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.thanks
conf/llm_factories.json
Outdated
{ | ||
"llm_name": "Pro/Qwen/Qwen2.5-VL-7B-Instruct", | ||
"tags": "LLM,IMAGE2TEXT,128k", | ||
"max_tokens": 131072, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. thanks
What problem does this PR solve?
fix deepseek-ai/deepseek-vl2 model can not be select as a VL model to parse pdf image . And add other vl models config from siliconflow
Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.
Type of change