Skip to content

Commit b13cce6

Browse files
authored
Update README.md (#1691)
fix: readme typos
1 parent 408c24a commit b13cce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In particular, the tool provides the key features, typical examples, and open co
3535
pip install neural-compressor
3636
```
3737
> **Note**:
38-
> More installation methods can be found at [Installation Guide](https://github.com/intel/neural-compressor/blob/master/docs/source/installation_guide.md). Please check out our [FAQ](https://github.com/intel/neural-compressor/blob/master/docs/source/faq.md) for more details.
38+
> Further installation methods can be found under [Installation Guide](https://github.com/intel/neural-compressor/blob/master/docs/source/installation_guide.md). check out our [FAQ](https://github.com/intel/neural-compressor/blob/master/docs/source/faq.md) for more details.
3939
4040
## Getting Started
4141

@@ -192,7 +192,7 @@ quantized_model = fit(model=float_model, conf=static_quant_conf, calib_dataloade
192192
</table>
193193

194194
> **Note**:
195-
> More documentations can be found at [User Guide](https://github.com/intel/neural-compressor/blob/master/docs/source/user_guide.md).
195+
> Further documentations can be found at [User Guide](https://github.com/intel/neural-compressor/blob/master/docs/source/user_guide.md).
196196
197197
## Selected Publications/Events
198198
* 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)

0 commit comments

Comments
 (0)