From bf381563ffe524a7784b0993bf970904a26d8ce5 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Mon, 25 Dec 2023 19:44:38 +0800 Subject: [PATCH] add model link Former-commit-id: 159729929516f68aa1f43a852ed50ca0fac81523 --- tests/llamafy_qwen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/llamafy_qwen.py b/tests/llamafy_qwen.py index 354028e8..c3b6b4b1 100644 --- a/tests/llamafy_qwen.py +++ b/tests/llamafy_qwen.py @@ -1,6 +1,7 @@ # coding=utf-8 # Converts the Qwen models in the same format as LLaMA2. # Usage: python llamafy_qwen.py --input_dir input --output_dir output --shard_size 10GB +# Converted model: https://huggingface.co/hiyouga/Qwen-14B-Chat-LLaMAfied import os import fire