llama

Форк
0
/
06-research.yml 
52 строки · 1.7 Кб
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/ggerganov/llama.cpp/issues?q=is%3Aopen+is%3Aissue+label%3A%22research+%F0%9F%94%AC%22)
10

11
  - type: checkboxes
12
    id: research-stage
13
    attributes:
14
      label: Research Stage
15
      description: Track general state of this research ticket
16
      options:
17
        - label: Background Research (Let's try to avoid reinventing the wheel)
18
        - label: Hypothesis Formed (How do you think this will work and it's effect?)
19
        - label: Strategy / Implementation Forming
20
        - label: Analysis of results
21
        - label: Debrief / Documentation (So people in the future can learn from us)
22

23
  - type: textarea
24
    id: background
25
    attributes:
26
      label: Previous existing literature and research
27
      description: Whats the current state of the art and whats the motivation for this research?
28

29
  - type: textarea
30
    id: hypothesis
31
    attributes:
32
      label: Hypothesis
33
      description: How do you think this will work and it's effect?
34

35
  - type: textarea
36
    id: implementation
37
    attributes:
38
      label: Implementation
39
      description: Got an approach? e.g. a PR ready to go?
40

41
  - type: textarea
42
    id: analysis
43
    attributes:
44
      label: Analysis
45
      description: How does the proposed implementation behave?
46

47
  - type: textarea
48
    id: logs
49
    attributes:
50
      label: Relevant log output
51
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
52
      render: shell
53

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.