fix whitespace

This commit is contained in:
slaren 2024-01-11 03:28:07 +01:00
parent d83c084020
commit 6dcc42bd6b

View file

@ -191,6 +191,7 @@ extern "C" {
// LLAMA_SPLIT_ROW: the GPU that is used for small tensors and intermediate results
// LLAMA_SPLIT_LAYER: ignored
int32_t main_gpu;
// proportion of the model (layers or rows) to offload to each GPU, size: LLAMA_MAX_DEVICES
const float * tensor_split;