| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- name: Research
- description: Track new technical research area.
- title: "Research: "
- labels: ["research 🔬"]
- body:
- - type: markdown
- attributes:
- value: |
- 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)
- - type: checkboxes
- id: research-stage
- attributes:
- label: Research Stage
- description: Track general state of this research ticket
- options:
- - label: Background Research (Let's try to avoid reinventing the wheel)
- - label: Hypothesis Formed (How do you think this will work and it's effect?)
- - label: Strategy / Implementation Forming
- - label: Analysis of results
- - label: Debrief / Documentation (So people in the future can learn from us)
- - type: textarea
- id: background
- attributes:
- label: Previous existing literature and research
- description: Whats the current state of the art and whats the motivation for this research?
- - type: textarea
- id: hypothesis
- attributes:
- label: Hypothesis
- description: How do you think this will work and it's effect?
- - type: textarea
- id: implementation
- attributes:
- label: Implementation
- description: Got an approach? e.g. a PR ready to go?
- - type: textarea
- id: analysis
- attributes:
- label: Analysis
- description: How does the proposed implementation behave?
- - type: textarea
- id: logs
- attributes:
- label: Relevant log output
- description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
- render: shell
|