Skip to content

Commit b68b17b

Browse files
committed
Project Name change from "Intel Low Precision Inference Toolkit" to "Intel Low Precision Optimization Tool".
1 parent 24aafdf commit b68b17b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing guidelines
2-
If you have improvements to lp-inference-kit, send us your pull requests for
3-
[review](https://github.com/intel/lp-inference-kit/pulls)! For those
2+
If you have improvements to iLiT, send us your pull requests for
3+
[review](https://github.com/intel/lp-opt-tool/pulls)! For those
44
just getting started, Github has a
55
[how to](https://help.github.com/articles/using-pull-requests/).
66

@@ -12,8 +12,8 @@ list.
1212
- Changes are consistent with the Python [Coding Style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md).
1313
- Use pylint to check your Python code
1414
- Use flake8 and autopep8 to make Python code clean
15-
- 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.
16-
- Run [Unit Tests](https://github.com/intel/lp-inference-kit/tree/master/tests).
15+
- 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.
16+
- Run [Unit Tests](https://github.com/intel/lp-opt-tool/tree/master/tests).
1717

1818
## Pull Request Template
1919
### Change Summary

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Intel® Low Precision Inference Toolkit (iLiT)
1+
Intel® Low Precision Optimization Tool (iLiT)
22
=========================================
33

4-
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.
4+
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.
55

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

2929
```Shell
30-
git clone https://github.com/intel/lp-inference-kit.git
31-
cd lp-inference-kit
30+
git clone https://github.com/intel/lp-opt-tool.git
31+
cd lp-opt-tool
3232
python setup.py install
3333
```
3434

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

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

8989
# Contributing
9090

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

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

@@ -132,8 +132,8 @@ If you use iLiT in your research or wish to refer to the tuning results publishe
132132
```
133133
@misc{iLiT,
134134
author = {Feng Tian, Chuanqi Wang, Guoming Zhang, Penghui Cheng, Pengxin Yuan, Haihao Shen, and Jiong Gong},
135-
title = {Intel® Low Precision Inference Toolkit},
136-
howpublished = {\url{https://github.com/intel/lp-inference-kit}},
135+
title = {Intel® Low Precision Optimization Tool},
136+
howpublished = {\url{https://github.com/intel/lp-opt-tool}},
137137
year = {2020}
138138
}
139139
```

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
version="1.0a0",
77
author="Intel MLP/MLPC Team",
88
9-
description="Repository of intel low precision inference toolkit",
9+
description="Repository of Intel Low Precision Optimization Tool",
1010
long_description=open("README.md", "r", encoding='utf-8').read(),
1111
long_description_content_type="text/markdown",
1212
keywords='quantization, auto-tuning, post-training static quantization, post-training dynamic quantization, quantization-aware training, tuning strategy',
1313
license='',
14-
url="https://github.intel.com/intel/lp-inference-kit",
14+
url="https://github.com/intel/lp-opt-tool",
1515
packages = find_packages(),
1616
package_dir = {'':'.'},
1717
package_data={'': ['*.py', '*.yaml']},

third-party-programs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Intel� Low Precision Inference Toolkit Third Party Programs File
1+
Intel� Low Precision Optimization Tool Third Party Programs File
22

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

0 commit comments

Comments
 (0)