Skip to content
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

DeepseekVLV2Processor missing 3 required positional arguments #27

Open
CHIzhP opened this issue Dec 28, 2024 · 0 comments
Open

DeepseekVLV2Processor missing 3 required positional arguments #27

CHIzhP opened this issue Dec 28, 2024 · 0 comments

Comments

@CHIzhP
Copy link

CHIzhP commented Dec 28, 2024

Hi!

I'm using the demo codes to run deepseek-vl2-small:

model_path = "deepseek-ai/deepseek-vl2-small"
vl_chat_processor: DeepseekVLV2Processor = DeepseekVLV2Processor.from_pretrained(model_path)
tokenizer = vl_chat_processor.tokenizer

And here's an error:
TypeError: DeepseekVLV2Processor.init() missing 3 required positional arguments: 'candidate_resolutions', 'patch_size', and 'downsample_ratio

I wonder if there are any default or suggested values for them. Thanks a lot!

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

No branches or pull requests

1 participant