Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (31 loc) · 1.36 KB

File metadata and controls

33 lines (31 loc) · 1.36 KB
NameAboutLabelsAssignees
🤗 Support request for a new model from huggingfaceSubmit a proposal/request for a new model from huggingfacenew model

Before submitting an issue, please make sure the issue hasn't been already addressed by searching through the existing and past issues.

We also highly recommend you read https://docs.vllm.ai/en/latest/models/adding_model.html first to understand how to add a new model.

A huggingface url, pointing to the model, e.g. https://huggingface.co/openai-community/gpt2 .

Here is the list of models already supported by vllm: https://github.com/vllm-project/vllm/tree/main/vllm/model_executor/models . Which model is the most similar to the model you want to add support for?

For example, any new operators or new architecture?

Thanks for contributing 🎉!