From 8f20af4ac6e3a830169f3d8855e06ba9611fd9b3 Mon Sep 17 00:00:00 2001 From: Maximilian Winter Date: Sat, 27 Jan 2024 07:24:27 +0100 Subject: [PATCH] Update README.md --- examples/server/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index a4a922bce..d5626dad4 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -32,7 +32,6 @@ Command line options: - `--mmproj MMPROJ_FILE`: Path to a multimodal projector file for LLaVA. - `--grp-attn-n`: Extend context size through self extend. Extend context size n-times (default: 1), used together with `--grp-attn-w` - `--grp-attn-w`: Width of the self extend context size extension. (default: 512) shouldn't be greater than original context size -- ## Build server is build alongside everything else from the root of the project