Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix markdown
  • Loading branch information
eltociear committed Oct 1, 2023
1 parent 0d54fd9 commit 2a34724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Discord: [https://discord.com/invite/mistralai](https://discord.com/invite/mistr

## Deployment

The `deploy` folder contains code to build a [vLLM](https://github.com/vllm-project/vllm) image with the required dependencies to serve the Mistral AI model. In the image, the [transformers](https://github.c
ggingface/transformers/) library is used instead of the reference implementation. To build it:
The `deploy` folder contains code to build a [vLLM](https://github.com/vllm-project/vllm) image with the required dependencies to serve the Mistral AI model. In the image, the [transformers](https://github.com/huggingface/transformers/) library is used instead of the reference implementation. To build it:

```bash
docker build deploy --build-arg MAX_JOBS=8
Expand Down

0 comments on commit 2a34724

Please sign in to comment.