-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge openvinotoolkit/develop into nm/bf16_support
- Loading branch information
Showing
1,582 changed files
with
260,749 additions
and
1,733,157 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: 🐛 Bug Report | ||
description: Help us improve NNCF. | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: 🐛 Describe the bug | ||
description: Please provide a clear and concise description of the bug, as well console output with error messages and/or screenshots. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: Please specify the software and hardware you used to produce the bug. | ||
placeholder: | | ||
Provide python environment using command: | ||
Attach the `requirements.txt` file that is generated by `pip freeze > requirements.txt` | ||
Manually: | ||
Provide the NNCF version and OpenVINO, Torch, TensorFlow, ONNX versions if applicable. | ||
Additionally: | ||
OS Ubuntu 20.04.5 LTS | ||
Python 3.10.0 | ||
Install git | ||
RAM 32.00 GB | ||
CPU Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz | ||
CUDA None | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Minimal Reproducible Example | ||
description: | | ||
How can we reproduce your issue? | ||
The minimal code snippet that is easy to understand and can be used to reproduce the issue is the best explanation of the issue! | ||
placeholder: | | ||
``` | ||
# Code to reproduce your issue here | ||
``` | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Are you going to submit a PR? | ||
description: > | ||
(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). | ||
See the NNCF [Contributing Guide](https://github.com/openvinotoolkit/nncf/blob/develop/CONTRIBUTING.md) to get started. | ||
options: | ||
- label: Yes I'd like to help by submitting a PR! | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: ❓ Questions | ||
url: https://github.com/openvinotoolkit/nncf/discussions | ||
about: Ask questions and discuss with other NNCF community members |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: 🚀 Feature request | ||
description: Submit a proposal/request for a new NNCF feature | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: 🚀 Feature request | ||
description: > | ||
A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Feature Use Case | ||
description: What is the use case of the feature you are proposing? | ||
placeholder: What is the new feature use case? How will it be useful? | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Are you going to submit a PR? | ||
description: > | ||
(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). | ||
See the NNCF [Contributing Guide](https://github.com/openvinotoolkit/nncf/blob/develop/CONTRIBUTING.md) to get started. | ||
options: | ||
- label: Yes I'd like to help by submitting a PR! | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: 🤩 Good First Issue | ||
description: Create a Good First Issue for new contributors. | ||
title: "[Good First Issue][NNCF]: " | ||
labels: ["good first issue"] | ||
body: | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: | | ||
Let the contributors know what your component is responsible for, | ||
what's the importance of the change and why it's needed. | ||
Keep in mind the Good First Issue is for new contributors. | ||
placeholder: What is it and why is it important? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: todo_list | ||
attributes: | ||
label: What needs to be done? | ||
description: | | ||
Be as verbose as possible, provide a TODO list if viable. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example_prs | ||
attributes: | ||
label: Example Pull Requests | ||
description: | | ||
Provide example Pull requests, if there are any. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: resources | ||
attributes: | ||
label: Resources | ||
description: | | ||
Any materials related to the task, such as operator specifications, | ||
discussions, guides. | ||
value: | | ||
- [Contribution guide - start here!](https://github.com/openvinotoolkit/nncf/blob/develop/CONTRIBUTING.md) | ||
- [Intel DevHub Discord channel](https://discord.gg/7pVRxUwdWG) - engage in discussions, ask questions and talk to OpenVINO developers | ||
- [How to link your Pull Request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-to-an-issue-using-the-pull-request-sidebar) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: contact_points | ||
attributes: | ||
label: Contact points | ||
description: | | ||
People who can be asked questions about the task. | ||
placeholder: GitHub users | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: ticket | ||
attributes: | ||
label: Ticket | ||
description: | | ||
Provide the ticket number, if available. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Take Issue | ||
|
||
on: | ||
issue_comment: | ||
types: | ||
- created | ||
- edited | ||
|
||
jobs: | ||
take-issue: | ||
name: Take issue | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
timeout-minutes: 10 | ||
steps: | ||
- name: take an issue | ||
uses: bdougie/[email protected] | ||
with: | ||
message: Thank you for looking into this issue! Please let us know if you have any questions or require any help. | ||
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. | ||
trigger: .take | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: mypy | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
|
||
jobs: | ||
mypy: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v3 | ||
with: | ||
python-version: 3.8.10 | ||
- name: Install NNCF | ||
run: pip install -e . | ||
- name: Install mypy | ||
run: pip install mypy==1.8.0 | ||
- name: Run mypy | ||
run: mypy --install-types --config-file=.mypy.ini --non-interactive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: nightly | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
md-dead-link-check: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: AlexanderDokuchaev/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,8 @@ jobs: | |
run: make install-pre-commit | ||
- name: Run pre-commit linter suite | ||
run: make pre-commit | ||
md-dead-link-check: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: AlexanderDokuchaev/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ on: | |
- opened | ||
- reopened | ||
- synchronize | ||
paths-ignore: | ||
- '**/*.md' | ||
- 'docs/**/*' | ||
|
||
jobs: | ||
common: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[mypy] | ||
files = nncf/common/sparsity, nncf/common/graph | ||
follow_imports = silent | ||
strict = True | ||
|
||
# should be removed later | ||
# mypy recommends the following tool as an autofix: | ||
# https://github.com/hauntsaninja/no_implicit_optional | ||
implicit_optional = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.