You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
22
+

23
+
22
24
23
25
## Introduction
24
26
25
27
Easy Model Deployer is a lightweight tool designed for simplify deploy **Open-Source LLMs** ([Supported Models](docs/en/supported_models.md)) and Custom Models on AWS. It provides **OpenAI's Completions API** and [**LangChain Interface**](https://github.com/langchain-ai/langchain). Built for developers who need reliable and scalable model serving without complex environment setup.
26
28
27
-

29
+

28
30
29
31
**Key Features**
30
32
@@ -34,12 +36,18 @@ Easy Model Deployer is a lightweight tool designed for simplify deploy **Open-So
34
36
- Different instance types (CPU/GPU/AWS Inferentia)
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.)
119
+
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.)
111
120
112
121
```bash
113
122
emd list-supported-models
@@ -119,10 +128,10 @@ emd list-supported-models
119
128
Delete the deployed model.
120
129
121
130
```bash
122
-
emd destroy DeepSeek-R1-Distill-Qwen-1.5B
131
+
emd destroy <ModelId>
123
132
```
124
133
125
-
> **💡 Tip** You can find the *ModelId* in the output by `emd status`.
134
+
> **💡 Tip** You can find the *ModelId* in the output by `emd status`. For example: `emd destroy DeepSeek-R1-Distill-Qwen-1.5B`
0 commit comments