From ab784bb1e50ee5e5073766fcebe168271fe6fa8e Mon Sep 17 00:00:00 2001 From: Fahim Imaduddin Dalvi Date: Mon, 25 Sep 2023 13:15:59 +0300 Subject: [PATCH] Update doc with link to adapters --- llmebench/models/FastChat.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llmebench/models/FastChat.py b/llmebench/models/FastChat.py index 4dbe8abc..ebd75b3b 100644 --- a/llmebench/models/FastChat.py +++ b/llmebench/models/FastChat.py @@ -11,6 +11,10 @@ class FastChatModel(OpenAIModel): Accepts all arguments used by `OpenAIModel`, and overrides the arguments listed below with FastChat-specific variables. + See the [https://github.com/lm-sys/FastChat/blob/main/docs/model_support.md](model_support) + page in FastChat's documentation for supported models and instructions on extending + to custom models. + Arguments --------- api_base : str