onnxruntime

Форк
0
65 строк · 2.2 Кб
1
name: Web
2
description: issues related to ONNX Runtime web
3
title: "[Web] "
4
labels: ["platform:web"]
5
body:
6
  - type: markdown
7
    attributes:
8
      value: |
9
        If your request is a question/idea or otherwise not related to a bug/issue or feature request, please submit to [ONNX Runtime GitHub Discussions](https://github.com/microsoft/onnxruntime/discussions).
10
        Before submitting your request, please review past submissions to ensure that it is not a duplicate of a known issue.
11
  - type: textarea
12
    id: issue-descript
13
    attributes:
14
      label: Describe the issue
15
      placeholder: Include your issue description, expected behavior, and any additional context necessary for your issue to be addressed (e.g., screenshots, GPU model & memory, etc.).
16
    validations:
17
      required: true
18
  - type: textarea
19
    id: reproducibility
20
    attributes:
21
      label: To reproduce
22
      placeholder: Steps to reproduce the issue. As applicable, please provide code and model(s) if possible.
23
    validations:
24
      required: true
25
  - type: textarea
26
    id: urgency
27
    attributes:
28
      label: Urgency
29
      placeholder: Is your issue urgent? If important use cases are blocked, there is a regression in ONNX Runtime functionality, or you have a strict project deadline, please elaborate here.
30
    validations:
31
      required: false
32
  - type: markdown
33
    attributes:
34
      value: |
35
        # System information
36
        For each of the following items, provide the information listed to ensure that your request is addressed in a timely manner.
37
  - type: dropdown
38
    id: ort-installation
39
    attributes:
40
      label: ONNX Runtime Installation
41
      options:
42
        - Built from Source
43
        - Released Package
44
        - Other / Unknown
45
    validations:
46
      required: true
47
  - type: input
48
    id: ort-version
49
    attributes:
50
      label: ONNX Runtime Version or Commit ID
51
    validations:
52
      required: true
53
  - type: dropdown
54
    id: ep
55
    attributes:
56
      label: Execution Provider
57
      options:
58
        - "'webgl' (WebGL)"
59
        - "'wasm'/'cpu' (WebAssembly CPU)"
60
        - "'xnnpack' (WebAssembly XNNPACK)"
61
        - "'webgpu' (WebGPU)"
62
        - Other / Unknown
63
      multiple: yes
64
    validations:
65
      required: true
66

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

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

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

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