This repository was archived by the owner on Oct 11, 2024. It is now read-only.
600-new model.yml
600-new model.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| 🤗 Support request for a new model from huggingface | Submit a proposal/request for a new model from huggingface | new 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 🎉!