Skip to content

Commit

Permalink
update some links in quantization readme
Browse files Browse the repository at this point in the history
  • Loading branch information
humu789 committed Apr 18, 2023
1 parent b7adc67 commit 31c86d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/quantization/ptq/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ python tools/ptq.py ${CONFIG}
python tools/test.py ${CONFIG} ${CKPT}
```

For more details, please refer to [Quantization User Guide](mmrazor/docs/en/user_guides/quantization_user_guide.md)
For more details, please refer to [Quantization User Guide](https://mmrazor.readthedocs.io/en/main/user_guides/quantization_user_guide.html)
2 changes: 1 addition & 1 deletion configs/quantization/qat/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ python tools/train.py ${CONFIG}
python tools/test.py ${CONFIG} ${CKPT}
```

For more details, please refer to [Quantization User Guide](mmrazor/docs/en/user_guides/quantization_user_guide.md)
For more details, please refer to [Quantization User Guide](https://mmrazor.readthedocs.io/en/main/user_guides/quantization_user_guide.html)
2 changes: 1 addition & 1 deletion configs/quantization/qat/lsq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ python tools/train.py ${CONFIG}
python tools/test.py ${CONFIG} ${CKPT}
```

For more details, please refer to [Quantization User Guide](mmrazor/docs/en/user_guides/quantization_user_guide.md)
For more details, please refer to [Quantization User Guide](https://mmrazor.readthedocs.io/en/main/user_guides/quantization_user_guide.html)

0 comments on commit 31c86d4

Please sign in to comment.