Skip to content

Commit

Permalink
docs(README_zh.md): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Aug 15, 2024
1 parent bf8d0ce commit 412dce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ curl -X POST http://127.0.0.1:23333/huixiangdou_inference -H "Content-Type: app

若没有 GPU,可以使用 [siliconcloud](https://siliconflow.cn/) API 完成模型推理。

以 docker ubuntu 20.04 + Python3.11 为例,安装 cpu 依赖,运行:
以 docker miniconda+Python3.11 为例,安装 cpu 依赖,运行:

```bash
# 启动容器
Expand All @@ -271,7 +271,7 @@ python3 -m huixiangdou.main --standalone --config_path config-cpu.ini
python3 -m huixiangdou.gradio --config_path config-cpu.ini
```

如果觉得装依赖太慢[dockerhub 里](https://hub.docker.com/repository/docker/tpoisonooo/huixiangdou/tags)提供了安装好依赖的镜像,docker 启动时替换即可。
如果装依赖太慢[dockerhub 里](https://hub.docker.com/repository/docker/tpoisonooo/huixiangdou/tags)提供了安装好依赖的镜像,docker 启动时替换即可。

## **2G 实惠版**

Expand Down

0 comments on commit 412dce3

Please sign in to comment.