Skip to content

Commit 28e1c9c

Browse files
committed
update hyper link url
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent defcdb2 commit 28e1c9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In particular, the tool provides the key features, typical examples, and open co
3131
```Shell
3232
pip install neural-compressor
3333
```
34-
> More installation methods can be found at [Installation Guide](./docs/source/installation_guide.md). Please check out our [FAQ](./docs/source/faq.md) for more details.
34+
> More installation methods can be found at [Installation Guide](/docs/source/installation_guide.md). Please check out our [FAQ](/docs/source/faq.md) for more details.
3535
3636
## Getting Started
3737
### Quantization with Python API
@@ -137,7 +137,7 @@ q_model = fit(
137137
</tbody>
138138
</table>
139139

140-
> More documentations can be found at [User Guide](./docs/source/user_guide.md).
140+
> More documentations can be found at [User Guide](/docs/source/user_guide.md).
141141
142142
## Selected Publications/Events
143143
* Blog by Intel: [Effective Weight-Only Quantization for Large Language Models with Intel® Neural Compressor](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Effective-Weight-Only-Quantization-for-Large-Language-Models/post/1529552) (Oct 2023)
@@ -147,13 +147,13 @@ q_model = fit(
147147
* NeurIPS'2022: [Fast Distilbert on CPUs](https://arxiv.org/abs/2211.07715) (Oct 2022)
148148
* NeurIPS'2022: [QuaLA-MiniLM: a Quantized Length Adaptive MiniLM](https://arxiv.org/abs/2210.17114) (Oct 2022)
149149

150-
> View [Full Publication List](./docs/source/publication_list.md).
150+
> View [Full Publication List](/docs/source/publication_list.md).
151151
152152
## Additional Content
153153

154-
* [Release Information](./docs/source/releases_info.md)
155-
* [Contribution Guidelines](./docs/source/CONTRIBUTING.md)
156-
* [Legal Information](./docs/source/legal_information.md)
154+
* [Release Information](/docs/source/releases_info.md)
155+
* [Contribution Guidelines](/docs/source/CONTRIBUTING.md)
156+
* [Legal Information](/docs/source/legal_information.md)
157157
* [Security Policy](SECURITY.md)
158158

159159
## Communication

0 commit comments

Comments
 (0)