Deployment with vLLM

#4
by Roman-Malinowski - opened

Hi,

Thank you for the model. Is there a way of deploying the model with vLLM? Right now, using vLLM 0.27.1 with the transformers backend (--model-impl "transformers") does not work. We get the following error:

pydantic_core._pydantic_core.ValidationError: 1 validation error for ModelConfig
   Value error, The Transformers implementation of 'MaincoderForCausalLM' is not compatible with vLLM. [type=value_error, input_value=ArgsKwargs((), {'model': ...nderer_num_workers': 1}), input_type=ArgsKwargs]

Thank you

Sign up or log in to comment