600-new-model.yml 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. name: 🤗 Support request for a new model architecture from Hugging Face
  2. description: Submit a proposal/request for a new architecture from Hugging Face
  3. title: "[New Model]: "
  4. labels: ["new model"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PygmalionAI/aphrodite-engine/issues?q=is%3Aissue+sort%3Acreated-desc+).
  10. - type: textarea
  11. attributes:
  12. label: The model to consider.
  13. description: >
  14. A huggingface url, pointing to the model, e.g. https://huggingface.co/openai-community/gpt2 .
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: The closest model Aphrodite already supports.
  20. description: >
  21. Here is the list of models already supported by Aphrodite: https://github.com/PygmalionAI/aphrodite-engine/tree/main/aphrodite/modeling/models . Which model is the most similar to the model you want to add support for?
  22. - type: textarea
  23. attributes:
  24. label: What's your difficulty of supporting the model you want?
  25. description: >
  26. For example, any new operators or unconventional design choices?
  27. - type: markdown
  28. attributes:
  29. value: >
  30. Thanks for contributing 🎉~