diff --git a/examples/common.h b/examples/common.h index 734bcd3fa..71fc75113 100644 --- a/examples/common.h +++ b/examples/common.h @@ -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