Mingke977 commited on
Commit
0fe2627
·
1 Parent(s): 41b4a17

fix vllm deployment (#16)

Browse files

- fix vllm depl (0f54f262e9a4a23e93896a63c1b7bf841f60499d)

Files changed (1) hide show
  1. docs/deploy_guidance.md +1 -1
docs/deploy_guidance.md CHANGED
@@ -11,7 +11,7 @@ Here is the example to serve this model on a H200 single node via vLLM:
11
 
12
  1. pull the Docker image.
13
  ```bash
14
- docker pull jdopensource/joyai-llm-vllm:v0.13.0-joyai_llm_flash
15
  ```
16
  2. launch JoyAI-LLM Flash model with dense MTP.
17
  ```bash
 
11
 
12
  1. pull the Docker image.
13
  ```bash
14
+ docker pull jdopensource/joyai-llm-vllm:v0.15.1-joyai_llm_flash
15
  ```
16
  2. launch JoyAI-LLM Flash model with dense MTP.
17
  ```bash