Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a20dd7d

Browse files
committed
fix order of cpu_threads in the table of params
1 parent d9e5257 commit a20dd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/load-unload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ In case you got error while loading models. Please check for the correct model p
7070
| `ctx_len` | Integer | The context length for the model operations. |
7171
| `embedding` | Boolean | Whether to use embedding in the model. |
7272
| `n_parallel` | Integer | The number of parallel operations.|
73-
|`cpu_threads`|Integer|The number of threads for CPU inference.|
7473
| `cont_batching` | Boolean | Whether to use continuous batching. |
74+
|`cpu_threads`|Integer|The number of threads for CPU inference.|
7575
| `user_prompt` | String | The prompt to use for the user. |
7676
| `ai_prompt` | String | The prompt to use for the AI assistant. |
7777
| `system_prompt` | String | The prompt for system rules. |

0 commit comments

Comments
 (0)