800-quantization.yml 969 B

1234567891011121314151617181920212223242526
  1. name: 🐱 Support request for a new quantization method.
  2. description: Submit a proposal/request for a new quantization method.
  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 quantization format
  13. description: >
  14. The paper that describes the quantization method, along with code (if available).
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: What are its advantages over the existing quantization methods?
  20. description: >
  21. What does this quantization method bring to the table that the existing methods don't?
  22. - type: markdown
  23. attributes:
  24. value: >
  25. Thanks for contributing 🎉~