mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Docs] Update the document (#6539)
Co-authored-by: mouxin <mouxin@baidu.com>
This commit is contained in:
@@ -75,7 +75,6 @@ Start the Router service. Logs are written to `log_router/router.log`. `fd-route
|
|||||||
```shell
|
```shell
|
||||||
export FD_LOG_DIR="log_router"
|
export FD_LOG_DIR="log_router"
|
||||||
/usr/local/bin/fd-router \
|
/usr/local/bin/fd-router \
|
||||||
--host 0.0.0.0 \
|
|
||||||
--port 30000
|
--port 30000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ Start the Router service. The `--splitwise` parameter specifies the scheduling m
|
|||||||
```bash
|
```bash
|
||||||
export FD_LOG_DIR="log_router"
|
export FD_LOG_DIR="log_router"
|
||||||
/usr/local/bin/fd-router \
|
/usr/local/bin/fd-router \
|
||||||
--host 0.0.0.0 \
|
|
||||||
--port 30000 \
|
--port 30000 \
|
||||||
--splitwise
|
--splitwise
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ FastDeploy提供[Router](https://github.com/PaddlePaddle/FastDeploy/tree/develop
|
|||||||
```
|
```
|
||||||
export FD_LOG_DIR="log_router"
|
export FD_LOG_DIR="log_router"
|
||||||
/usr/local/bin/fd-router \
|
/usr/local/bin/fd-router \
|
||||||
--host 0.0.0.0 \
|
|
||||||
--port 30000 \
|
--port 30000 \
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ bash build.sh
|
|||||||
```
|
```
|
||||||
export FD_LOG_DIR="log_router"
|
export FD_LOG_DIR="log_router"
|
||||||
/usr/local/bin/fd-router \
|
/usr/local/bin/fd-router \
|
||||||
--host 0.0.0.0 \
|
|
||||||
--port 30000 \
|
--port 30000 \
|
||||||
--splitwise
|
--splitwise
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ mv fd-router /usr/local/bin/fd-router
|
|||||||
git clone https://github.com/PaddlePaddle/FastDeploy.git
|
git clone https://github.com/PaddlePaddle/FastDeploy.git
|
||||||
cd FastDeploy/fastdeploy/golang_router
|
cd FastDeploy/fastdeploy/golang_router
|
||||||
bash build.sh
|
bash build.sh
|
||||||
cp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 集中式部署
|
## 集中式部署
|
||||||
|
|||||||
Reference in New Issue
Block a user