Skip to content

Commit fd0f4d9

Browse files
authored
docs: add Chinese readme (#139)
* docs: add Chinese readme * fix: cleanup docs
1 parent 6219651 commit fd0f4d9

File tree

2 files changed

+174
-16
lines changed

2 files changed

+174
-16
lines changed

README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<p align="center">
2-
<h3 align="center">Easy Model Deployer: Simple, Efficient, and Easy-to-Integrate</h3>
2+
<h3 align="center">Easy Model Deployer: Easy Foundation Model Hosting on AWS</h3>
3+
</p>
4+
5+
<p align="center">
6+
<a href="README.md"><strong>English</strong></a> |
7+
<a href="README_zh.md"><strong>简体中文</strong></a>
38
</p>
49

510
<p align="center">
@@ -10,15 +15,15 @@
1015
<p align="center">
1116
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellowgreen.svg" alt="MIT License"></a>
1217
<a href="https://pypi.org/project/easy_model_deployer"><img src="https://img.shields.io/pypi/v/easy_model_deployer.svg?logo=pypi&label=PyPI&logoColor=gold"></a>
13-
<a href="https://pypi.org/project/easy_model_deployer"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/easy-model-deployer"></a>
18+
<a href="https://pypi.org/project/easy_model_deployer"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/easy_model_deployer"></a>
1419
<a href="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml"><img src="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml/badge.svg" alt="Build Status"></a>
1520
</p>
1621

1722
## 🔥 Latest News
18-
- 2025-04-29: Deploy Qwen 3 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md##famous-models###Qwen-3-Series).
19-
- 2025-04-21: Deploy GLM Z1/0414 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md##famous-models###GLM-Z1/0414-Series).
20-
- 2025-03-17: Deploy Gemma 3 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md##famous-models###gemma-3-series).
21-
- 2025-03-06: Deploy QwQ-32B with [one command line](docs/en/best_deployment_practices.md##famous-models###qwen-series###qwq-32b).
23+
- 2024-04-29: Deploy Qwen 3 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#qwen-3-series).
24+
- 2024-04-21: Deploy GLM Z1/0414 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#glm-z1-0414-series).
25+
- 2024-03-17: Deploy Gemma 3 series models with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#gemma-3-series).
26+
- 2024-03-06: Deploy QwQ-32B with [one command line](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#qwen-series#qwq-32b).
2227

2328
## Introduction
2429

@@ -34,12 +39,18 @@ Easy Model Deployer is a lightweight tool designed for simplify deploy **Open-So
3439
- Different instance types (CPU/GPU/AWS Inferentia)
3540
- Convenient integration (OpenAI Compatible API, LangChain client, etc.)
3641

37-
## Support Models
38-
<details>
39-
<summary>Deepseek Reasoning Model</summary>
40-
<a href="https://github.com/deepseek-ai/DeepSeek-R1"><strong>DeepSeek-R1-Distill-Qwen-14B</strong></a>
42+
## Supported Models
43+
44+
Easy Model Deployer supports a wide range of models including:
45+
46+
- **LLMs**: Qwen, Llama, DeepSeek, GLM, InternLM, Baichuan, and more
47+
- **Vision-Language Models**: Qwen-VL, InternVL, Gemma3-Vision, and more
48+
- **Embedding Models**: BGE, Jina, BERT-based models
49+
- **Reranking Models**: BGE-Reranker, Jina-Reranker
50+
- **ASR Models**: Whisper variants
51+
- **Custom Models**: Support for custom Docker images
4152

42-
</details>
53+
For the complete list of supported models and deployment configurations, see [Supported Models](docs/en/supported_models.md).
4354

4455
## 🔧 Get Started
4556

@@ -93,10 +104,10 @@ emd status
93104
Invoke the deployed model for testing by CLI.
94105

95106
```bash
96-
emd invoke DeepSeek-R1-Distill-Qwen-1.5B
107+
emd invoke <ModelId>
97108
```
98109

99-
> **💡 Tip** You can find the *ModelId* in the output by `emd status`.
110+
> **💡 Tip** You can find the *ModelId* in the output by `emd status`. For example: `emd invoke DeepSeek-R1-Distill-Qwen-1.5B`
100111
101112
- [Integration examples](https://aws-samples.github.io/easy-model-deployer/)
102113
- [EMD client](docs/en/emd_client.md)
@@ -107,7 +118,7 @@ emd invoke DeepSeek-R1-Distill-Qwen-1.5B
107118
108119
### List Supported Models
109120

110-
Quickly see what models are supported, this command will output all information related to deployment. (Plese browse [Supported Models](docs/en/supported_models.md) for more information.)
121+
Quickly see what models are supported, this command will output all information related to deployment. (Please browse [Supported Models](docs/en/supported_models.md) for more information.)
111122

112123
```bash
113124
emd list-supported-models
@@ -119,10 +130,10 @@ emd list-supported-models
119130
Delete the deployed model.
120131

121132
```bash
122-
emd destroy DeepSeek-R1-Distill-Qwen-1.5B
133+
emd destroy <ModelId>
123134
```
124135

125-
> **💡 Tip** You can find the *ModelId* in the output by `emd status`.
136+
> **💡 Tip** You can find the *ModelId* in the output by `emd status`. For example: `emd destroy DeepSeek-R1-Distill-Qwen-1.5B`
126137
127138
## 📖 Documentation
128139

README_zh.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<p align="center">
2+
<h3 align="center">Easy Model Deployer: 大模型上云,一键搞定</h3>
3+
</p>
4+
5+
<p align="center">
6+
<a href="README.md"><strong>English</strong></a> |
7+
<a href="README_zh.md"><strong>简体中文</strong></a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://aws-samples.github.io/easy-model-deployer/en/installation"><strong>文档</strong></a> ·
12+
<a href="https://github.com/aws-samples/easy-model-deployer/releases"><strong>更新日志</strong></a>
13+
</p>
14+
15+
<p align="center">
16+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellowgreen.svg" alt="MIT License"></a>
17+
<a href="https://pypi.org/project/easy_model_deployer"><img src="https://img.shields.io/pypi/v/easy_model_deployer.svg?logo=pypi&label=PyPI&logoColor=gold"></a>
18+
<a href="https://pypi.org/project/easy_model_deployer"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/easy_model_deployer"></a>
19+
<a href="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml"><img src="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml/badge.svg" alt="Build Status"></a>
20+
</p>
21+
22+
## 🔥 最新动态
23+
- 2024-04-29: 通过[一行命令](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#qwen-3-series)部署 Qwen 3 系列模型。
24+
- 2024-04-21: 通过[一行命令](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#glm-z1-0414-series)部署 GLM Z1/0414 系列模型。
25+
- 2024-03-17: 通过[一行命令](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#gemma-3-series)部署 Gemma 3 系列模型。
26+
- 2024-03-06: 通过[一行命令](https://github.com/aws-samples/easy-model-deployer/blob/main/docs/en/best_deployment_practices.md#famous-models#qwen-series#qwq-32b)部署 QwQ-32B。
27+
28+
## 简介
29+
30+
还在为大模型部署而头疼吗?Easy Model Deployer 让你告别复杂的环境配置,轻松将**开源大模型**[支持的模型](docs/en/supported_models.md))部署到 AWS 云端。
31+
32+
无论是大语言模型、视觉模型还是自定义模型,一条命令即可搞定部署。更棒的是,部署完成后直接获得 **OpenAI 兼容 API**[**LangChain 接口**](https://github.com/langchain-ai/langchain),让你的 AI 应用开发如虎添翼。
33+
34+
专为追求高效、稳定模型服务的开发者打造,让技术门槛不再成为创新的阻碍。
35+
36+
![cli](docs/images/demo.avif)
37+
38+
**核心特性**
39+
40+
- 一键部署模型到 AWS(Amazon SageMaker、Amazon ECS、Amazon EC2)
41+
- 多样化模型类型(大语言模型、视觉语言模型、嵌入模型、视觉模型等)
42+
- 丰富的推理引擎(vLLM、TGI、Lmdeploy 等)
43+
- 不同实例类型(CPU/GPU/AWS Inferentia)
44+
- 便捷集成(OpenAI 兼容 API、LangChain 客户端等)
45+
46+
## 支持的模型
47+
48+
Easy Model Deployer 支持广泛的模型类型,包括:
49+
50+
- **大语言模型**: Qwen、Llama、DeepSeek、GLM、InternLM、Baichuan 等
51+
- **视觉语言模型**: Qwen-VL、InternVL、Gemma3-Vision 等
52+
- **嵌入模型**: BGE、Jina、基于 BERT 的模型
53+
- **重排序模型**: BGE-Reranker、Jina-Reranker
54+
- **语音识别模型**: Whisper 变体
55+
- **自定义模型**: 支持自定义 Docker 镜像
56+
57+
完整的支持模型列表和部署配置,请参见[支持的模型](docs/en/supported_models.md)
58+
59+
## 🔧 快速开始
60+
61+
### 安装
62+
63+
通过 PyPI 安装 Easy Model Deployer,目前支持 Python 3.9 及以上版本:
64+
65+
```bash
66+
pip install easy-model-deployer
67+
emd
68+
```
69+
70+
### 初始化
71+
72+
准备模型部署所需的基础资源。
73+
74+
更多信息请参考[架构说明](https://aws-samples.github.io/easy-model-deployer/en/architecture/)
75+
76+
```bash
77+
emd bootstrap
78+
```
79+
80+
> **💡 提示** 通过 `pip` 升级 EMD 后,需要重新运行此命令来更新环境。
81+
82+
### 部署模型
83+
84+
通过交互式 CLI 或一行命令部署模型。
85+
86+
```bash
87+
emd deploy
88+
```
89+
90+
> **💡 提示** 要查看所有可用参数,请运行 `emd deploy --help`
91+
> 当您看到 "Waiting for model: ..." 消息时,表示部署任务已开始,您可以按 `Ctrl+C` 停止终端输出。
92+
>
93+
> - 有关部署参数的更多信息,请参考[部署参数](docs/en/installation.md)
94+
> - 有关使用命令行参数的最佳实践示例,请参考[最佳部署实践](docs/en/best_deployment_practices.md)
95+
96+
### 查看状态
97+
98+
检查模型部署任务的状态。
99+
100+
```bash
101+
emd status
102+
```
103+
104+
> **💡 提示** EMD 允许同时启动多个部署任务。
105+
106+
### 调用模型
107+
108+
通过 CLI 调用已部署的模型进行测试。
109+
110+
```bash
111+
emd invoke <ModelId>
112+
```
113+
114+
> **💡 提示** 您可以在 `emd status` 的输出中找到 *ModelId*。例如:`emd invoke DeepSeek-R1-Distill-Qwen-1.5B`
115+
116+
- [集成示例](https://aws-samples.github.io/easy-model-deployer/)
117+
- [EMD 客户端](docs/en/emd_client.md)
118+
- [Langchain 接口](docs/en/langchain_interface.md)
119+
- [OpenAI 兼容接口](docs/en/openai_compatiable.md)
120+
121+
> **💡 提示** OpenAI 兼容 API 仅支持 Amazon ECS 和 Amazon EC2 部署类型。
122+
123+
### 列出支持的模型
124+
125+
快速查看支持哪些模型,此命令将输出与部署相关的所有信息。(更多信息请浏览[支持的模型](docs/en/supported_models.md)。)
126+
127+
```bash
128+
emd list-supported-models
129+
```
130+
131+
### 删除模型
132+
133+
删除已部署的模型。
134+
135+
```bash
136+
emd destroy <ModelId>
137+
```
138+
139+
> **💡 提示** 您可以在 `emd status` 的输出中找到 *ModelId*。例如:`emd destroy DeepSeek-R1-Distill-Qwen-1.5B`
140+
141+
## 📖 文档
142+
143+
有关高级配置和详细指南,请访问我们的[文档网站](https://aws-samples.github.io/easy-model-deployer/)
144+
145+
## 🤝 贡献
146+
147+
我们欢迎贡献!请查看 [CONTRIBUTING.md](CONTRIBUTING.md) 了解指南。

0 commit comments

Comments
 (0)