Skip to content

Commit 6765901

Browse files
authored
docs: replace broken link (#21193)
* docs: replace broken link * update
1 parent 8612565 commit 6765901

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source-pytorch/advanced/post_training_quantization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Intel® Neural Compressor, is an open-source Python library that runs on Intel C
1212

1313
**Audience** : Machine learning engineers optimizing models for a better model inference speed and lower memory usage.
1414

15-
Visit the Intel® Neural Compressor online document website at: `<https://intel.github.io/neural-compressor>`_.
15+
Visit the Intel® Neural Compressor online document website at: `<https://github.com/intel/neural-compressor>`_.
1616

1717
******************
1818
Model Quantization
@@ -182,4 +182,4 @@ For more model quantization performance, please refer to `our model list <https:
182182
Technical Support
183183
*****************
184184

185-
Welcome to visit Intel® Neural Compressor website at: https://intel.github.io/neural-compressor to find technical support or contribute your code.
185+
Welcome to visit Intel® Neural Compressor website at: https://github.com/intel/neural-compressor to find technical support or contribute your code.

src/lightning/pytorch/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3030
- Default to `RichProgressBar` and `RichModelSummary` if the rich package is available. Fallback to TQDMProgressBar and ModelSummary otherwise ([#20896](https://github.com/Lightning-AI/pytorch-lightning/pull/20896))
3131

3232

33-
- Fixed preventing recursive symlink creation iwhen `save_last='link'` and `save_top_k=-1` ([#21186](https://github.com/Lightning-AI/pytorch-lightning/pull/21186))
34-
35-
3633
### Removed
3734

3835
-
@@ -49,6 +46,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4946
- Fixed missing reset when `ModelPruning` is applied with lottery ticket hypothesis ([#21191](https://github.com/Lightning-AI/pytorch-lightning/pull/21191))
5047

5148

49+
- Fixed preventing recursive symlink creation iwhen `save_last='link'` and `save_top_k=-1` ([#21186](https://github.com/Lightning-AI/pytorch-lightning/pull/21186))
50+
51+
5252
---
5353

5454
## [2.5.5] - 2025-09-05

0 commit comments

Comments
 (0)