[Docs] Update the document (#6539)

Co-authored-by: mouxin <mouxin@baidu.com>
This commit is contained in:
mouxin
2026-02-27 19:21:10 +08:00
committed by GitHub
parent 13447279aa
commit 049c807d86
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -75,7 +75,6 @@ Start the Router service. Logs are written to `log_router/router.log`. `fd-route
```shell
export FD_LOG_DIR="log_router"
/usr/local/bin/fd-router \
--host 0.0.0.0 \
--port 30000
```
-1
View File
@@ -72,7 +72,6 @@ Start the Router service. The `--splitwise` parameter specifies the scheduling m
```bash
export FD_LOG_DIR="log_router"
/usr/local/bin/fd-router \
--host 0.0.0.0 \
--port 30000 \
--splitwise
@@ -59,7 +59,6 @@ FastDeploy提供[Router](https://github.com/PaddlePaddle/FastDeploy/tree/develop
```
export FD_LOG_DIR="log_router"
/usr/local/bin/fd-router \
--host 0.0.0.0 \
--port 30000 \
```
-1
View File
@@ -69,7 +69,6 @@ bash build.sh
```
export FD_LOG_DIR="log_router"
/usr/local/bin/fd-router \
--host 0.0.0.0 \
--port 30000 \
--splitwise
```
-1
View File
@@ -35,7 +35,6 @@ mv fd-router /usr/local/bin/fd-router
git clone https://github.com/PaddlePaddle/FastDeploy.git
cd FastDeploy/fastdeploy/golang_router
bash build.sh
cp
```
## 集中式部署