Commit d10c1d90 authored by chenych's avatar chenych
Browse files

Update README

parent 7dd9c307
...@@ -155,7 +155,7 @@ vllm serve /path/to/DeepSeek-V3.2-Exp-bf16 \ ...@@ -155,7 +155,7 @@ vllm serve /path/to/DeepSeek-V3.2-Exp-bf16 \
curl http://127.0.0.1:8001/v1/chat/completions \ curl http://127.0.0.1:8001/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"model": /path/to/DeepSeek-V3.2-Exp-bf16", "model": "/path/to/DeepSeek-V3.2-Exp-bf16",
"messages": [ "messages": [
{ {
"role": "user", "role": "user",
......
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