File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 23
23
cp docs/imgs/workflow.png " $( BUILDDIR) /html/docs/imgs/workflow.png"
24
24
cp docs/imgs/INC_GUI.gif " $( BUILDDIR) /html/docs/imgs/INC_GUI.gif"
25
25
cp docs/imgs/release_data.png " $( BUILDDIR) /html/docs/imgs/release_data.png"
26
+ cp " $( BUILDDIR) /html/README.html" " $( BUILDDIR) /html/README.html.tmp"
27
+ sed ' s/.md/.html/g' " $( BUILDDIR) /html/README.html.tmp" > " $( BUILDDIR) /html/README.html"
28
+ rm -f " $( BUILDDIR) /html/README.html.tmp"
26
29
27
30
28
31
# Catch-all target: route all unknown targets to Sphinx using the new
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Intel® Neural Compressor is a critical AI software component in the [Intel® on
24
24
25
25
## Installation
26
26
27
- #### Prerequisites
27
+ ### Prerequisites
28
28
29
29
Python version: 3.7, 3.8, 3.9, 3.10
30
30
31
- #### Install on Linux
31
+ ### Install on Linux
32
32
- Release binary install
33
33
``` Shell
34
34
# install stable basic version from pip
@@ -166,7 +166,7 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
166
166
<tbody >
167
167
<tr>
168
168
<td colspan="3" align="center"><a href="docs/design.md">Architecture</a></td>
169
- <td colspan="2" align="center"><a href=". /examples">Examples</a></td>
169
+ <td colspan="2" align="center"><a href="https://github.com/intel/neural-compressor/tree/master /examples">Examples</a></td>
170
170
<td colspan="2" align="center"><a href="docs/bench.md">GUI</a></td>
171
171
<td colspan="2" align="center"><a href="docs/api-introduction.md">APIs</a></td>
172
172
</tr>
Original file line number Diff line number Diff line change 63
63
#
64
64
# This is also used if you do content translation via gettext catalogs.
65
65
# Usually you set "language" from the command line for these cases.
66
- language = None
66
+ # language = None
67
67
68
68
# List of patterns, relative to source directory, that match files and
69
69
# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This feature helps automatically enable quantization features on a PyTorch model
16
16
17
17
## Usage
18
18
- PyPI distribution with a one-line API call
19
- - [ JupyterLab extension] ( ../extensions/README.md )
19
+ - [ JupyterLab extension] ( ../extensions/neural_compressor_ext_lab/ README.md )
20
20
21
21
## Example
22
22
### PyPI distribution:
You can’t perform that action at this time.
0 commit comments