From: CentricStorm Date: Wed, 11 Dec 2024 10:47:43 +0000 (+0000) Subject: docs: fix server documentation formatting (#10776) X-Git-Tag: upstream/0.0.4488~184 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4b4d92b0986e3b627b9a9ef4782973108bf47691;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: fix server documentation formatting (#10776) --- diff --git a/examples/server/README.md b/examples/server/README.md index 6294f541..2bd23d1a 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -442,7 +442,7 @@ These words will not be included in the completion, so make sure to add them to `samplers`: The order the samplers should be applied in. An array of strings representing sampler type names. If a sampler is not set, it will not be used. If a sampler is specified more than once, it will be applied multiple times. Default: `["dry", "top_k", "typ_p", "top_p", "min_p", "xtc", "temperature"]` - these are all the available values. - `timings_per_token`: Include prompt processing and text generation speed information in each response. Default: `false` +`timings_per_token`: Include prompt processing and text generation speed information in each response. Default: `false` **Response format**