"examples/training_ddpm.py" did not exist on "a82d2592f14cc37c969f90e2cf015aa231f52cc6"
Commit 3994fb27 authored by chenych's avatar chenych
Browse files

Update

parent c0dcbbd7
...@@ -127,7 +127,7 @@ vllm serve zai-org/GLM-5 \ ...@@ -127,7 +127,7 @@ vllm serve zai-org/GLM-5 \
启动完成后可通过以下方式访问: 启动完成后可通过以下方式访问:
```bash ```bash
curl http://12.12.12.83:8001/v1/chat/completions \ curl http://localhost:8001/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"model": "glm-5", "model": "glm-5",
...@@ -136,7 +136,7 @@ curl http://12.12.12.83:8001/v1/chat/completions \ ...@@ -136,7 +136,7 @@ curl http://12.12.12.83:8001/v1/chat/completions \
{"role": "user", "content": "Summarize GLM-5 in one sentence."} {"role": "user", "content": "Summarize GLM-5 in one sentence."}
], ],
"max_tokens": 200, "max_tokens": 200,
"temperature": 0.7 "temperature": 1
}' }'
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment