1
0

030-research.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: Research
  2. description: Track new technical research area.
  3. title: "Research: "
  4. labels: ["research 🔬"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Don't forget to check for any [duplicate research issue tickets](https://github.com/ggml-org/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
  10. - type: checkboxes
  11. id: research-stage
  12. attributes:
  13. label: Research Stage
  14. description: Track general state of this research ticket
  15. options:
  16. - label: Background Research (Let's try to avoid reinventing the wheel)
  17. - label: Hypothesis Formed (How do you think this will work and it's effect?)
  18. - label: Strategy / Implementation Forming
  19. - label: Analysis of results
  20. - label: Debrief / Documentation (So people in the future can learn from us)
  21. - type: textarea
  22. id: background
  23. attributes:
  24. label: Previous existing literature and research
  25. description: Whats the current state of the art and whats the motivation for this research?
  26. - type: textarea
  27. id: hypothesis
  28. attributes:
  29. label: Hypothesis
  30. description: How do you think this will work and it's effect?
  31. - type: textarea
  32. id: implementation
  33. attributes:
  34. label: Implementation
  35. description: Got an approach? e.g. a PR ready to go?
  36. - type: textarea
  37. id: analysis
  38. attributes:
  39. label: Analysis
  40. description: How does the proposed implementation behave?
  41. - type: textarea
  42. id: logs
  43. attributes:
  44. label: Relevant log output
  45. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  46. render: shell