[Doc][releases/v0.18.0] fix documentation error or non-standard description (#8626)
### What this PR does / why we need it? fix documentation error or non-standard description in releases/v0.18.0 branch ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Documentation check. --------- Signed-off-by: linfeng-yuan <1102311262@qq.com>
This commit is contained in:
@@ -108,10 +108,10 @@ curl http://localhost:8000/v1/completions \
|
||||
-d '{
|
||||
"model": "qwen3-32b-w4a4",
|
||||
"prompt": "what is large language model?",
|
||||
"max_completion_tokens": "128",
|
||||
"top_p": "0.95",
|
||||
"top_k": "40",
|
||||
"temperature": "0.0"
|
||||
"max_completion_tokens": 128,
|
||||
"top_p": 0.95,
|
||||
"top_k": 40,
|
||||
"temperature": 0
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user