From 51177c933a3a50dbd03eb4b438448d92f7afcd66 Mon Sep 17 00:00:00 2001 From: Cuiyn Date: Sat, 2 Nov 2024 20:04:14 +0800 Subject: [PATCH] fix: rename to `Index-1.9B-Charater-Chat` and `Index-1.9B-Chat-32K` Former-commit-id: ecca9db66ba1f0fe903a9e02eca317c0bbb28a5f --- src/llamafactory/extras/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llamafactory/extras/constants.py b/src/llamafactory/extras/constants.py index 5b6dbfcb..1bd325c3 100644 --- a/src/llamafactory/extras/constants.py +++ b/src/llamafactory/extras/constants.py @@ -602,7 +602,7 @@ register_model_group( DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Chat", DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Chat", }, - "Index-1.9B-Character": { + "Index-1.9B-Character-Chat": { DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Character", DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Character", }, @@ -614,7 +614,7 @@ register_model_group( DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-Pure", DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-Pure", }, - "Index-1.9B-32K": { + "Index-1.9B-Chat-32K": { DownloadSource.DEFAULT: "IndexTeam/Index-1.9B-32K", DownloadSource.MODELSCOPE: "IndexTeam/Index-1.9B-32K", },