Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix MARKDOWN dead link #2817

Merged
merged 2 commits into from
Jul 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced_guide/fastergeneration/fastergeneration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FasterGeneration是PaddleNLP v2.2版本加入的一个高性能推理功能,
- 解码速度快。最高可达非加速版generate函数的 **17倍**。HuggingFace generate函数的 **8倍**。**并支持FP16混合精度计算**。 详细性能试验数据请参见 `FasterGeneration Performence <https://github.com/PaddlePaddle/PaddleNLP/tree/develop/faster_generation/perf>`_ 。
- 易用性强。功能的入口为 `model.generate` ,与非加速版生成api的使用方法相同,当满足加速条件时使用jit即时编译高性能算子并用于生成,不满足则自动切换回非加速版生成api。下图展示了FasterGeneration的启动流程:

.. image:: /imgs/faster_generation.png
.. image:: ../../imgs/faster_generation.png

快速开始
-----------
Expand Down
4 changes: 2 additions & 2 deletions docs/data_prepare/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@

下面是基于Bert的文本分类任务的数据处理流程图:

.. image:: /imgs/data_preprocess_pipline.png
.. image:: ../imgs/data_preprocess_pipline.png

关于数据处理的详细信息,请查阅 :doc:`./data_preprocess` 。
关于数据处理的详细信息,请查阅 :doc:`./data_preprocess` 。
2 changes: 1 addition & 1 deletion docs/get_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Anaconda是一个开源的Python发行版本,其包含了conda、Python等180
:::::::::
运行下载的安装包(以.exe为后辍),根据引导完成安装, 用户可自行修改安装目录(如下图)。

.. image:: /imgs/anaconda_windows.png
.. image:: ../imgs/anaconda_windows.png

第三步 使用
:::::::::
Expand Down