Skip to content

Commit

Permalink
fix MARKDOWN dead link (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchongyu2 authored Jul 19, 2022
1 parent e645d83 commit 583a058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 583a058

Please sign in to comment.