From a53b2a643f50140c36c6f9ebb6a6e8407d290cbd Mon Sep 17 00:00:00 2001 From: hiyouga Date: Mon, 18 Dec 2023 19:24:09 +0800 Subject: [PATCH] add xverse-65B-2 model Former-commit-id: 3e563a0d9666934dfdab54d61654ec00079a93f1 --- src/llmtuner/extras/constants.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/llmtuner/extras/constants.py b/src/llmtuner/extras/constants.py index 8e72fc12..aca45146 100644 --- a/src/llmtuner/extras/constants.py +++ b/src/llmtuner/extras/constants.py @@ -574,6 +574,10 @@ register_model_group( DownloadSource.DEFAULT: "xverse/XVERSE-65B", DownloadSource.MODELSCOPE: "xverse/XVERSE-65B" }, + "XVERSE-65B-2": { + DownloadSource.DEFAULT: "xverse/XVERSE-65B-2", + DownloadSource.MODELSCOPE: "xverse/XVERSE-65B-2" + }, "XVERSE-7B-Chat": { DownloadSource.DEFAULT: "xverse/XVERSE-7B-Chat", DownloadSource.MODELSCOPE: "xverse/XVERSE-7B-Chat"