From 990e8cb329cacf2137cdf4e9b4815eaeeb93c054 Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Mon, 9 Oct 2023 10:36:11 +0100 Subject: [PATCH] New comment --- examples/cmap-example/find_implemented_args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/cmap-example/find_implemented_args.py b/examples/cmap-example/find_implemented_args.py index 219a05fc6..2d86e8bc9 100644 --- a/examples/cmap-example/find_implemented_args.py +++ b/examples/cmap-example/find_implemented_args.py @@ -2,6 +2,7 @@ # these are almost always in the form params.argument; "logit_bias" is one exception # have yet to investigate fully what "lora_adapter" in server.cpp does since it is not apparently # accessible from the command-line arg/parameter sequence. +# there is also an issue with -ngl which does not appear in some help menus even when apparently implemented, e.g. in parallel.cpp import os import re