Skip to content

Commit

Permalink
Project Name change from "Intel Low Precision Inference Toolkit" to "…
Browse files Browse the repository at this point in the history
…Intel Low Precision Optimization Tool".
  • Loading branch information
ftian1 committed Aug 11, 2020
1 parent 24aafdf commit b68b17b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing guidelines
If you have improvements to lp-inference-kit, send us your pull requests for
[review](https://github.com/intel/lp-inference-kit/pulls)! For those
If you have improvements to iLiT, send us your pull requests for
[review](https://github.com/intel/lp-opt-tool/pulls)! For those
just getting started, Github has a
[how to](https://help.github.com/articles/using-pull-requests/).

Expand All @@ -12,8 +12,8 @@ list.
- Changes are consistent with the Python [Coding Style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md).
- Use pylint to check your Python code
- Use flake8 and autopep8 to make Python code clean
- Add unit tests in [Unit Tests](https://github.com/intel/lp-inference-kit/tree/master/tests) to cover the code you would like to contribute.
- Run [Unit Tests](https://github.com/intel/lp-inference-kit/tree/master/tests).
- Add unit tests in [Unit Tests](https://github.com/intel/lp-opt-tool/tree/master/tests) to cover the code you would like to contribute.
- Run [Unit Tests](https://github.com/intel/lp-opt-tool/tree/master/tests).

## Pull Request Template
### Change Summary
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Intel® Low Precision Inference Toolkit (iLiT)
Intel® Low Precision Optimization Tool (iLiT)
=========================================

Intel® Low Precision Inference Toolkit (iLiT) is an open-source python library which is intended to deliver a unified low-precision inference interface cross multiple Intel optimized DL frameworks on both CPU and GPU. It supports automatic accuracy-driven tuning strategies, along with additional objectives like performance, model size, or memory footprint. It also provides the easy extension capability for new backends, tuning strategies, metrics and objectives.
Intel® Low Precision Optimization Tool (iLiT) is an open-source python library which is intended to deliver a unified low-precision inference interface cross multiple Intel optimized DL frameworks on both CPU and GPU. It supports automatic accuracy-driven tuning strategies, along with additional objectives like performance, model size, or memory footprint. It also provides the easy extension capability for new backends, tuning strategies, metrics and objectives.

> **WARNING**
>
Expand All @@ -27,8 +27,8 @@ comprehensive step-by-step instructions of how to enable iLiT on sample models.
# Install from source

```Shell
git clone https://github.com/intel/lp-inference-kit.git
cd lp-inference-kit
git clone https://github.com/intel/lp-opt-tool.git
cd lp-opt-tool
python setup.py install
```

Expand Down Expand Up @@ -84,7 +84,7 @@ The followings are the examples integrated with iLiT for auto tuning.
# Support

Please submit your questions, feature requests, and bug reports on the
[GitHub issues](https://github.com/intel/lp-inference-kit/issues) page. You may also reach out to [email protected].
[GitHub issues](https://github.com/intel/lp-opt-tool/issues) page. You may also reach out to [email protected].

# Contributing

Expand All @@ -97,7 +97,7 @@ to improve the library:
[code contribution guidelines](CONTRIBUTING.md#code_contribution_guidelines)
and [coding style](CONTRIBUTING.md#coding_style).
* Ensure that you can run all the examples with your patch.
* Submit a [pull request](https://github.com/intel/lp-inference-kit/pulls).
* Submit a [pull request](https://github.com/intel/lp-opt-tool/pulls).

For additional details, see [contribution guidelines](CONTRIBUTING.md).

Expand Down Expand Up @@ -132,8 +132,8 @@ If you use iLiT in your research or wish to refer to the tuning results publishe
```
@misc{iLiT,
author = {Feng Tian, Chuanqi Wang, Guoming Zhang, Penghui Cheng, Pengxin Yuan, Haihao Shen, and Jiong Gong},
title = {Intel® Low Precision Inference Toolkit},
howpublished = {\url{https://github.com/intel/lp-inference-kit}},
title = {Intel® Low Precision Optimization Tool},
howpublished = {\url{https://github.com/intel/lp-opt-tool}},
year = {2020}
}
```
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
version="1.0a0",
author="Intel MLP/MLPC Team",
author_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]",
description="Repository of intel low precision inference toolkit",
description="Repository of Intel Low Precision Optimization Tool",
long_description=open("README.md", "r", encoding='utf-8').read(),
long_description_content_type="text/markdown",
keywords='quantization, auto-tuning, post-training static quantization, post-training dynamic quantization, quantization-aware training, tuning strategy',
license='',
url="https://github.intel.com/intel/lp-inference-kit",
url="https://github.com/intel/lp-opt-tool",
packages = find_packages(),
package_dir = {'':'.'},
package_data={'': ['*.py', '*.yaml']},
Expand Down
2 changes: 1 addition & 1 deletion third-party-programs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Intel� Low Precision Inference Toolkit Third Party Programs File
Intel� Low Precision Optimization Tool Third Party Programs File

This file contains the list of third party software ("third party programs")
contained in the Intel software and their required notices and/or license
Expand Down

0 comments on commit b68b17b

Please sign in to comment.