Skip to content

Commit 526f5ff

Browse files
committedApr 25, 2024
Release v2.10.0 of NNCF to master
1 parent 1937a97 commit 526f5ff

File tree

366 files changed

+428304
-215426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+428304
-215426
lines changed
 

‎.dockerignore

-12
This file was deleted.

‎.github/ISSUE_TEMPLATE/bug_report.yml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: 🐛 Bug Report
2+
description: Help us improve NNCF.
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: 🐛 Describe the bug
8+
description: Please provide a clear and concise description of the bug, as well console output with error messages and/or screenshots.
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
attributes:
14+
label: Environment
15+
description: Please specify the software and hardware you used to produce the bug.
16+
placeholder: |
17+
Provide python environment using command:
18+
Attach the `requirements.txt` file that is generated by `pip freeze > requirements.txt`
19+
Manually:
20+
Provide the NNCF version and OpenVINO, Torch, TensorFlow, ONNX versions if applicable.
21+
22+
Additionally:
23+
OS Ubuntu 20.04.5 LTS
24+
Python 3.10.0
25+
Install git
26+
RAM 32.00 GB
27+
CPU Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
28+
CUDA None
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
attributes:
34+
label: Minimal Reproducible Example
35+
description: |
36+
How can we reproduce your issue?
37+
38+
The minimal code snippet that is easy to understand and can be used to reproduce the issue is the best explanation of the issue!
39+
placeholder: |
40+
```
41+
# Code to reproduce your issue here
42+
```
43+
validations:
44+
required: false
45+
46+
- type: checkboxes
47+
attributes:
48+
label: Are you going to submit a PR?
49+
description: >
50+
(Optional) We'd love your help! If you have a good understanding of how to implement a fix or feature, you can submit a [Pull Request](https://github.com/openvinotoolkit/nncf/pulls) (PR).
51+
See the NNCF [Contributing Guide](https://github.com/openvinotoolkit/nncf/blob/develop/CONTRIBUTING.md) to get started.
52+
options:
53+
- label: Yes I'd like to help by submitting a PR!
54+
55+
- type: markdown
56+
attributes:
57+
value: >
58+
Thanks for contributing 🎉!

0 commit comments

Comments
 (0)