Run on vLLM
#3
by
Dayubian
- opened
Got the error below:
ValueError: The checkpoint you are trying to load has model type deepseek_vl_v2
but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.
This comment has been hidden
Got the error below:
ValueError: The checkpoint you are trying to load has model typedeepseek_vl_v2
but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.
same error when deploying using vllm. Did you manage to solve? Thanks