sriting commited on
Commit
c28f1af
·
1 Parent(s): 13eb978

update vllm guides

Browse files
vllm_deployment_guide.md CHANGED
@@ -113,7 +113,7 @@ python3 -m vllm.entrypoints.openai.api_server \
113
  curl http://localhost:8000/v1/chat/completions \
114
  -H "Content-Type: application/json" \
115
  -d '{
116
- "model": "MiniMaxAI/MiniMax-Text-01",
117
  "messages": [
118
  {"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
119
  {"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
 
113
  curl http://localhost:8000/v1/chat/completions \
114
  -H "Content-Type: application/json" \
115
  -d '{
116
+ "model": "MiniMaxAI/MiniMax-M1",
117
  "messages": [
118
  {"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
119
  {"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
vllm_deployment_guide_cn.md CHANGED
@@ -108,7 +108,7 @@ python3 -m vllm.entrypoints.openai.api_server \
108
  curl http://localhost:8000/v1/chat/completions \
109
  -H "Content-Type: application/json" \
110
  -d '{
111
- "model": "MiniMaxAI/MiniMax-Text-01",
112
  "messages": [
113
  {"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
114
  {"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
 
108
  curl http://localhost:8000/v1/chat/completions \
109
  -H "Content-Type: application/json" \
110
  -d '{
111
+ "model": "MiniMaxAI/MiniMax-M1",
112
  "messages": [
113
  {"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
114
  {"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}