Skip to content

Commit 5b481e1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2089466 commit 5b481e1

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

helm-charts/edgecraftrag/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Before installing, you should configure the `edgecraftrag/values.yaml` file acco
1515
### Key Configurations
1616

1717
1. **Images**: Set the registry and tag for `ecrag` and `vllm`.
18+
1819
```yaml
1920
image:
2021
ecrag:
@@ -26,6 +27,7 @@ Before installing, you should configure the `edgecraftrag/values.yaml` file acco
2627
```
2728
2829
2. **Environment Variables**: Configure proxies and host IP.
30+
2931
```yaml
3032
env:
3133
http_proxy: "http://proxy:port"
@@ -34,6 +36,7 @@ Before installing, you should configure the `edgecraftrag/values.yaml` file acco
3436
```
3537
3638
3. **LLM Settings**: Adjust LLM model paths and parameters.
39+
3740
```yaml
3841
llm:
3942
LLM_MODEL: "/path/to/model/inside/container" # Ensure this maps to paths.model
@@ -72,8 +75,9 @@ Once the service is running, you can access the UI via your browser.
7275

7376
2. **Identify the IP**:
7477
Use the IP address of the Kubernetes node where the deployment is running.
75-
* If running on your local machine (e.g., MicroK8s), use `localhost` or your machine's LAN IP.
76-
* If running on a remote cluster, use that node's IP.
78+
79+
- If running on your local machine (e.g., MicroK8s), use `localhost` or your machine's LAN IP.
80+
- If running on a remote cluster, use that node's IP.
7781

7882
3. **Open in Browser**:
7983
Navigate to `http://<NodeIP>:<NodePort>`

helm-charts/edgecraftrag/README_zh.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
### 关键配置
1616

1717
1. **镜像**:设置 `ecrag``vllm` 的镜像仓库和标签。
18+
1819
```yaml
1920
image:
2021
ecrag:
@@ -26,6 +27,7 @@
2627
```
2728
2829
2. **环境变量**:配置代理和主机IP。
30+
2931
```yaml
3032
env:
3133
http_proxy: "http://proxy:port"
@@ -34,6 +36,7 @@
3436
```
3537
3638
3. **LLM设置**:调整LLM模型路径和参数。
39+
3740
```yaml
3841
llm:
3942
LLM_MODEL: "/path/to/model/inside/container" # 确保此路径映射到 paths.model
@@ -72,8 +75,9 @@ helm install edgecraftrag ./ --kubeconfig /home/user/.kube/nas.yaml
7275

7376
2. **确认IP**:
7477
使用部署所运行的Kubernetes节点的IP地址。
75-
* 如果在本地机器运行(如MicroK8s),使用 `localhost` 或您机器的局域网IP。
76-
* 如果在远程集群运行,使用该节点的IP。
78+
79+
- 如果在本地机器运行(如MicroK8s),使用 `localhost` 或您机器的局域网IP。
80+
- 如果在远程集群运行,使用该节点的IP。
7781

7882
3. **在浏览器中打开**:
7983
访问 `http://<NodeIP>:<NodePort>`

0 commit comments

Comments
 (0)