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

docs: fix typo in torchserve document #37

Merged
merged 1 commit into from
Nov 17, 2023
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
5 changes: 2 additions & 3 deletions docs/setup/integration/torchserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ kind load docker-image dragonflyoss/dfdaemon:latest

#### Create dragonfly cluster based on helm charts

Create helm charts configuration file `charts-config.yaml` and set `dfdaemon.config.agents.regx` to
Create helm charts configuration file `charts-config.yaml` and set `dfdaemon.config.proxies.regx` to
match the download path of the object storage, configuration content is as follows:

```yaml
Expand Down Expand Up @@ -294,8 +294,7 @@ Create the `config.json` configuration to configure the Dragonfly Endpoint for S
- addr: The address of Drangonfly's Peer HTTP proxy.
- header: Adds a request header to the request.
- filter: Used to generate unique tasks and filter unnecessary query parameters in the URL.
- object_storage: The object storage configuration, where type can be s3, oss, abs, gcs,
refer to the [object storage configuration](https://www.yuque.com/baimo/dsehg9/que4o40e9px9nufb#3db09a23) for details.
- object_storage: The object storage configuration, where type can be s3, oss, abs and gcs.

In the filter of the configuration, set different values when using different object storage:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export DRAGONFLY_ENDPOINT_CONFIG=/etc/dragonfly-endpoint/config.json
- addr: Drangonfly 的 Peer 的 HTTP Proxy 的地址。
- header: 为请求增加请求头。
- filter: 用于生成唯一的任务,并过滤 URL 中不必要的查询参数。
- object_storage: 模型文件所在对象存储的配置,其中 type 可为 s3,oss,absgcs,具体参考[对象存储配置](https://www.yuque.com/baimo/dsehg9/bhnbe93g7kw4grt6#3db09a23)
- object_storage: 模型文件所在对象存储的配置,其中 type 可为 s3,oss,absgcs。

配置文件中的 `filter` 部分, 根据对象存储类型设置不同值:

Expand Down