Skip to content

Commit 87a31d7

Browse files
authored
doc: update cli animation (#61)
* doc: update cli animation * doc: adjust note format
1 parent d493c0d commit 87a31d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Easy Model Deployer is a lightweight tool designed to simplify the deployment of **Open-Source LLMs** ([Supported Models](docs/en/supported_models.md)) and Custom Models. 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 setup, it seamlessly integrates with AWS services for efficient model deployment.
2020

21-
![cli](docs/images/cli.gif)
21+
![cli](docs/images/cli-all.avif)
2222

2323
**Key Features**
2424
- One-click deployment of models to the cloud (Amazon SageMaker, Amazon ECS, Amazon EC2)
@@ -72,13 +72,13 @@ Deploy models with an interactive CLI or one command.
7272
emd deploy
7373
```
7474

75-
![deploy](docs/images/emd-deploy.png)
75+
![deploy](docs/images/cli-deploy.gif)
7676

7777

78-
> **Note:** To view all available parameters, run `emd deploy --help`.
78+
> **💡 Tip** To view all available parameters, run `emd deploy --help`.
7979
> When you see the message "Waiting for model: ...", it means the deployment task has started and you can stop the terminal output by pressing `Ctrl+C`.
80-
> For more information on deployment parameters, please refer to the [Deployment parameters](docs/en/installation.md).
81-
> For best practice examples of using command line parameters, please refer to the [Best Deployment Practices](docs/en/best_deployment_practices.md).
80+
> - For more information on deployment parameters, please refer to the [Deployment parameters](docs/en/installation.md).
81+
> - For best practice examples of using command line parameters, please refer to the [Best Deployment Practices](docs/en/best_deployment_practices.md).
8282
8383
### Show Status
8484

docs/images/cli-all.avif

6.58 MB
Binary file not shown.

docs/images/cli-deploy.gif

3.45 MB
Loading

0 commit comments

Comments
 (0)