mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Small change
This commit is contained in:
parent
87ae09ecd6
commit
73138a29fa
1 changed files with 3 additions and 3 deletions
|
|
@ -134,9 +134,9 @@ curl -k http://127.0.0.1:5000/v1/internal/model/load \
|
|||
-d '{
|
||||
"model_name": "Qwen_Qwen3-0.6B-Q4_K_M.gguf",
|
||||
"args": {
|
||||
"ctx_size": 32768,
|
||||
"flash_attn": true,
|
||||
"cache_type": "q8_0"
|
||||
"ctx_size": 32768,
|
||||
"flash_attn": true,
|
||||
"cache_type": "q8_0"
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue