Skip to content

Commit

Permalink
Modified based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LDLINGLINGLING committed Aug 22, 2024
1 parent 2c0f4de commit 9de2128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/_gallery_original/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Contents
:caption: LLM Models

Mixtral (Mistral AI) <llms/mixtral>
MiniCPM (openbmb) <llms/minicpm>
MiniCPM (openbmb) <llms/minicpm/README.md>
Mistral 7B (Mistral AI) <https://docs.mistral.ai/self-deployment/skypilot/>
DBRX (Databricks) <llms/dbrx>
Llama-2 (Meta) <llms/llama-2>
Expand Down
5 changes: 2 additions & 3 deletions llm/minicpm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


📰 **Update (26 April 2024) -** SkyPilot now also supports the [**MiniCPM-2B**](https://openbmb.vercel.app/?category=Chinese+Blog/) model! Use [serve-2b.yaml](https://github.com/skypilot-org/skypilot/blob/master/llm/minicpm/serve-2b.yaml) to serve the 110B model.
📰 **Update (26 April 2024) -** SkyPilot now also supports the [**MiniCPM-2B**](https://openbmb.vercel.app/?category=Chinese+Blog/) model! Use [serve-2b.yaml](https://github.com/skypilot-org/skypilot/blob/master/llm/minicpm/serve-2b.yaml) to serve the 2B model.

📰 **Update (6 Jun 2024) -** SkyPilot now also supports the [**MiniCPM-1B**](https://openbmb.vercel.app/?category=Chinese+Blog/) model!

Expand Down Expand Up @@ -63,7 +63,7 @@ curl http://$IP:8000/v1/chat/completions \
```


## **Optional:** Accessing Qwen with Chat GUI
## **Optional:** Accessing Cpm with Chat GUI

It is also possible to access the Qwen service with a GUI using [vLLM](https://github.com/vllm-project/vllm).

Expand All @@ -76,4 +76,3 @@ sky launch -c cpm-gui ./gui.yaml --env MODEL_NAME='openbmb/MiniCPM-2B-sft-bf16'
```
| INFO | stdout | Running on public URL: https://6141e84201ce0bb4ed.gradio.live
```

0 comments on commit 9de2128

Please sign in to comment.