From 7037dcbf387bfd17f01a94552593db2ab6fbc892 Mon Sep 17 00:00:00 2001 From: sliderSun <291952004@qq.com> Date: Sun, 7 Apr 2024 10:59:15 +0800 Subject: [PATCH] fix spell error Former-commit-id: 1d117b7bb6b71ff9ff98b7d5cc0bbf7b879ad385 --- src/llmtuner/extras/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmtuner/extras/constants.py b/src/llmtuner/extras/constants.py index ec5a8fcf..2c7f5e5f 100644 --- a/src/llmtuner/extras/constants.py +++ b/src/llmtuner/extras/constants.py @@ -748,7 +748,7 @@ register_model_group( DownloadSource.MODELSCOPE: "qwen/Qwen1.5-14B-Chat-AWQ", }, "Qwen1.5-32B-int4-Chat": { - DownloadSource.DEFAULT: "qwen/Qwen1.5-32B-Chat-GPTQ-Int4", + DownloadSource.DEFAULT: "Qwen/Qwen1.5-32B-Chat-GPTQ-Int4", DownloadSource.MODELSCOPE: "qwen/Qwen1.5-32B-Chat-GPTQ-Int4", }, "Qwen1.5-72B-int8-Chat": {