spacing
This commit is contained in:
parent
4b781c2055
commit
c6dfc44a37
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ struct gpt_params {
|
|||
int32_t n_parts = -1; // amount of model parts (-1 = determine from model dimensions)
|
||||
int32_t n_ctx = 512; // context size
|
||||
#if defined(GGML_USE_ACCELERATE) || defined(GGML_USE_OPENBLAS) || defined (GGML_USE_CUBLAS)
|
||||
int32_t n_batch = 512; // batch size for prompt processing (must be >=32 to use BLAS)
|
||||
int32_t n_batch = 512; // batch size for prompt processing (must be >=32 to use BLAS)
|
||||
#else
|
||||
int32_t n_batch = 8; // batch size for prompt processing
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue