Skip to content

Commit 98d829a

Browse files
authored
Bump version and Docs update (#1100)
1 parent 07243af commit 98d829a

File tree

6 files changed

+147
-104
lines changed

6 files changed

+147
-104
lines changed

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,20 @@ Intel® Neural Compressor has been one of the critical AI software components in
2929

3030
**Install on Linux**
3131
```Shell
32-
# install stable version from pip
32+
# install stable basic version from pip
3333
pip install neural-compressor
34+
# install stable full version from pip (including GUI)
35+
pip install neural-compressor-full
3436

35-
# install basic nightly version from pip
37+
# install nightly basic version from pip
3638
pip install -i https://test.pypi.org/simple/ neural-compressor
37-
# install full nightly version from pip (including GUI)
39+
# install nightly full version from pip (including GUI)
3840
pip install -i https://test.pypi.org/simple/ neural-compressor-full
3941

40-
# install stable version from from conda
41-
conda install neural-compressor -c conda-forge -c intel
42+
# install stable basic version from from conda
43+
conda install neural-compressor -c conda-forge -c intel
44+
# install stable full version from from conda (including GUI)
45+
conda install neural-compressor-full -c conda-forge -c intel
4246
```
4347
More installation methods can be found at [Installation Guide](./docs/installation_guide.md). Please check out our [FAQ](./docs/faq.md) for more details.
4448

@@ -104,18 +108,18 @@ Intel® Neural Compressor supports systems based on [Intel 64 architecture or co
104108
<td class="tg-7zrl"><a href=https://github.com/tensorflow/tensorflow/tree/v2.9.1>2.9.1</a><br>
105109
<a href=https://github.com/tensorflow/tensorflow/tree/v2.8.2>2.8.2</a><br>
106110
<a href=https://github.com/tensorflow/tensorflow/tree/v2.7.3>2.7.3</a><br>
107-
<td class="tg-7zrl"><a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.8.0>2.8.0</a><br>
111+
<td class="tg-7zrl"><a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.9.1>2.9.1</a><br>
112+
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.8.0>2.8.0</a><br>
108113
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.7.0>2.7.0</a><br>
109-
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v1.15.0up3>1.15.0UP3</a></td>
110-
<td class="tg-7zrl"><a href=https://download.pytorch.org/whl/torch_stable.html>1.11.0+cpu</a><br>
111-
<a href=https://download.pytorch.org/whl/torch_stable.html>1.10.0+cpu</a><br>
112-
<a href=https://download.pytorch.org/whl/torch_stable.html>1.9.0+cpu</a></td>
113-
<td class="tg-7zrl"><a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.11.0>1.11.0</a><br>
114-
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.10.0>1.10.0</a><br>
115-
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.9.0>1.9.0</a></td>
116-
<td class="tg-7zrl"><a href=https://github.com/microsoft/onnxruntime/tree/v1.10.0>1.10.0</a><br>
117-
<a href=https://github.com/microsoft/onnxruntime/tree/v1.9.0>1.9.0</a><br>
118-
<a href=https://github.com/microsoft/onnxruntime/tree/v1.8.0>1.8.0</a></td>
114+
<td class="tg-7zrl"><a href=https://download.pytorch.org/whl/torch_stable.html>1.12.0+cpu</a><br>
115+
<a href=https://download.pytorch.org/whl/torch_stable.html>1.11.0+cpu</a><br>
116+
<a href=https://download.pytorch.org/whl/torch_stable.html>1.10.0+cpu</a></td>
117+
<td class="tg-7zrl"><a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.12.0>1.12.0</a><br>
118+
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.10.0>1.11.0</a><br>
119+
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.9.0>1.10.0</a></td>
120+
<td class="tg-7zrl"><a href=https://github.com/microsoft/onnxruntime/tree/v1.11.0>1.11.0</a><br>
121+
<a href=https://github.com/microsoft/onnxruntime/tree/v1.10.0>1.10.0</a><br>
122+
<a href=https://github.com/microsoft/onnxruntime/tree/v1.9.0>1.9.0</a></td>
119123
<td class="tg-7zrl"><a href=https://github.com/apache/incubator-mxnet/tree/1.8.0>1.8.0</a><br>
120124
<a href=https://github.com/apache/incubator-mxnet/tree/1.7.0>1.7.0</a><br>
121125
<a href=https://github.com/apache/incubator-mxnet/tree/1.6.0>1.6.0</a></td>

conda_meta/basic/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.12" %}
1+
{% set version = "1.13" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

conda_meta/full/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.12" %}
1+
{% set version = "1.13" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor-full

docs/installation_guide.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ The following prerequisites and requirements must be satisfied for a successful
1010

1111
- Python version: 3.7 or 3.8 or 3.9 or 3.10
1212

13-
- C++ compiler: 7.2.1 or above
14-
15-
- CMake: 3.12 or above
16-
1713
> If you get some build issues, please check [frequently asked questions](faq.md) at first.
1814
1915
### Option 1 Install from binary
2016

2117
```Shell
22-
# install stable version from pip
18+
# install stable basic version from pip
2319
pip install neural-compressor
20+
# install stable full version from pip (including GUI)
21+
pip install neural-compressor-full
2422

25-
# install basic nightly version from pip
23+
# install nightly basic version from pip
2624
pip install -i https://test.pypi.org/simple/ neural-compressor
27-
# install full nightly version from pip (including GUI)
25+
# install nightly full version from pip (including GUI)
2826
pip install -i https://test.pypi.org/simple/ neural-compressor-full
2927

30-
# install stable version from from conda
31-
conda install neural-compressor -c conda-forge -c intel
28+
# install stable basic version from from conda
29+
conda install neural-compressor -c conda-forge -c intel
30+
# install stable full version from from conda (including GUI)
31+
conda install neural-compressor-full -c conda-forge -c intel
3232
```
3333

3434
### Option 2 Install from source
@@ -87,8 +87,6 @@ The following prerequisites and requirements must be satisfied for a successful
8787
```shell
8888
git clone https://github.com/intel/neural-compressor.git
8989
cd neural-compressor
90-
git submodule sync
91-
git submodule update --init --recursive
9290
pip install -r requirements.txt
9391
python setup.py install
9492
```

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
__version__ = "1.12"
18+
__version__ = "1.13"

0 commit comments

Comments
 (0)