From 60510ff2f05ee8cf25902b4cd43165ef5ce58819 Mon Sep 17 00:00:00 2001 From: Zhi-guo Huang Date: Wed, 20 Dec 2023 13:33:00 +0800 Subject: [PATCH] Update model_config.py.example --- configs/model_config.py.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 87a3c89..659788c 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -179,9 +179,10 @@ MODEL_PATH = { "Qwen-14B": "Qwen/Qwen-14B", "Qwen-14B-Chat": "Qwen/Qwen-14B-Chat", + + "Qwen-14B-Chat-Int8": "Qwen/Qwen-14B-Chat-Int8", # 在新版的transformers下需要手动修改模型的config.json文件,在quantization_config字典中 # 增加`disable_exllama:true` 字段才能启动qwen的量化模型 - "Qwen-14B-Chat-Int8": "Qwen/Qwen-14B-Chat-Int8", "Qwen-14B-Chat-Int4": "Qwen/Qwen-14B-Chat-Int4", "Qwen-72B": "Qwen/Qwen-72B",