mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-18 14:40:53 +01:00
Small change
This commit is contained in:
parent
87ae09ecd6
commit
73138a29fa
|
|
@ -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…
Reference in a new issue