add model link

This commit is contained in:
hiyouga 2023-12-25 19:44:38 +08:00
parent 5b93d545e2
commit db6cb2d0e7
1 changed files with 1 additions and 0 deletions

View File

@ -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