deepseek-ai / deepseek-ai/DeepSeek-VL2
DeepseekVLV2Processor missing 3 required positional arguments
Open
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.