mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-30 22:32:30 +08:00
[Docs] Update mkdocs.yml (#3444)
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
* Updata docs of graph opt backend * update best_practices * update mkdocs.yaml * [Docs]Update mkdocs.yml
This commit is contained in:
@@ -36,10 +36,11 @@ plugins:
|
|||||||
name: English
|
name: English
|
||||||
site_name: 'FastDeploy: Large Language Model Deployement'
|
site_name: 'FastDeploy: Large Language Model Deployement'
|
||||||
build: true
|
build: true
|
||||||
|
link: /FastDeploy/
|
||||||
- locale: zh
|
- locale: zh
|
||||||
name: 简体中文
|
name: 简体中文
|
||||||
site_name: 飞桨大语言模型推理部署工具包
|
site_name: 飞桨大语言模型推理部署工具包
|
||||||
link: /./zh/
|
link: /FastDeploy/zh/
|
||||||
nav_translations:
|
nav_translations:
|
||||||
FastDeploy: FastDeploy
|
FastDeploy: FastDeploy
|
||||||
Quick Start: 快速入门
|
Quick Start: 快速入门
|
||||||
@@ -81,6 +82,7 @@ plugins:
|
|||||||
Plugins: 插件机制
|
Plugins: 插件机制
|
||||||
Sampling: 采样策略
|
Sampling: 采样策略
|
||||||
MultiNode Deployment: 多机部署
|
MultiNode Deployment: 多机部署
|
||||||
|
Graph Optimization: 图优化
|
||||||
Supported Models: 支持模型列表
|
Supported Models: 支持模型列表
|
||||||
Benchmark: 基准测试
|
Benchmark: 基准测试
|
||||||
Usage: 用法
|
Usage: 用法
|
||||||
@@ -129,6 +131,7 @@ nav:
|
|||||||
- 'Plugins': features/plugins.md
|
- 'Plugins': features/plugins.md
|
||||||
- 'Sampling': features/sampling.md
|
- 'Sampling': features/sampling.md
|
||||||
- 'MultiNode Deployment': features/multi-node_deployment.md
|
- 'MultiNode Deployment': features/multi-node_deployment.md
|
||||||
|
- 'Graph Optimization': features/graph_optimization.md
|
||||||
- 'Supported Models': supported_models.md
|
- 'Supported Models': supported_models.md
|
||||||
- Benchmark: benchmark.md
|
- Benchmark: benchmark.md
|
||||||
- Usage:
|
- Usage:
|
||||||
|
Reference in New Issue
Block a user