diff --git a/qwen/.gitignore b/llms/qwen/.gitignore similarity index 100% rename from qwen/.gitignore rename to llms/qwen/.gitignore diff --git a/qwen/README.md b/llms/qwen/README.md similarity index 93% rename from qwen/README.md rename to llms/qwen/README.md index 31d17c7f..7d944423 100644 --- a/qwen/README.md +++ b/llms/qwen/README.md @@ -14,7 +14,7 @@ python convert.py The script downloads the model from Hugging Face. The default model is `Qwen/Qwen-1_8B`. Check out the [Hugging Face page](https://huggingface.co/Qwen) to see a list of available models. -The conversion script will make the `weights.npz` and `params.json` files in +The conversion script will make the `weights.npz` and `config.json` files in the working directory. ## Generate diff --git a/qwen/convert.py b/llms/qwen/convert.py similarity index 100% rename from qwen/convert.py rename to llms/qwen/convert.py diff --git a/qwen/qwen.py b/llms/qwen/qwen.py similarity index 100% rename from qwen/qwen.py rename to llms/qwen/qwen.py diff --git a/qwen/requirements.txt b/llms/qwen/requirements.txt similarity index 100% rename from qwen/requirements.txt rename to llms/qwen/requirements.txt