diff --git a/开源模型 使用 Ollama 调用 llama3.2/ollama_chat_with_streamlit.py b/在本地运行使用 Ollama 调用开源大语言模型/ollama_chat_with_streamlit.py similarity index 100% rename from 开源模型 使用 Ollama 调用 llama3.2/ollama_chat_with_streamlit.py rename to 在本地运行使用 Ollama 调用开源大语言模型/ollama_chat_with_streamlit.py diff --git a/开源模型 ChatGLM/ChatGLM.py b/在本地运行开源模型 ChatGLM/ChatGLM.py similarity index 100% rename from 开源模型 ChatGLM/ChatGLM.py rename to 在本地运行开源模型 ChatGLM/ChatGLM.py diff --git a/开源模型 ChatGLM/requirements.txt b/在本地运行开源模型 ChatGLM/requirements.txt similarity index 100% rename from 开源模型 ChatGLM/requirements.txt rename to 在本地运行开源模型 ChatGLM/requirements.txt diff --git a/开源模型 InternLM/InternLM.py b/在本地运行开源模型 InternLM/InternLM.py similarity index 100% rename from 开源模型 InternLM/InternLM.py rename to 在本地运行开源模型 InternLM/InternLM.py diff --git a/开源模型 InternLM/tools/README.md b/在本地运行开源模型 InternLM/tools/README.md similarity index 100% rename from 开源模型 InternLM/tools/README.md rename to 在本地运行开源模型 InternLM/tools/README.md diff --git a/开源模型 InternLM/tools/README_EN.md b/在本地运行开源模型 InternLM/tools/README_EN.md similarity index 100% rename from 开源模型 InternLM/tools/README_EN.md rename to 在本地运行开源模型 InternLM/tools/README_EN.md diff --git a/开源模型 InternLM/tools/V7_sft.model b/在本地运行开源模型 InternLM/tools/V7_sft.model similarity index 100% rename from 开源模型 InternLM/tools/V7_sft.model rename to 在本地运行开源模型 InternLM/tools/V7_sft.model diff --git a/开源模型 InternLM/tools/alpaca_tokenizer.py b/在本地运行开源模型 InternLM/tools/alpaca_tokenizer.py similarity index 100% rename from 开源模型 InternLM/tools/alpaca_tokenizer.py rename to 在本地运行开源模型 InternLM/tools/alpaca_tokenizer.py diff --git a/开源模型 InternLM/tools/pal_inference.py b/在本地运行开源模型 InternLM/tools/pal_inference.py similarity index 100% rename from 开源模型 InternLM/tools/pal_inference.py rename to 在本地运行开源模型 InternLM/tools/pal_inference.py diff --git a/开源模型 InternLM/tools/tokenizer.py b/在本地运行开源模型 InternLM/tools/tokenizer.py similarity index 100% rename from 开源模型 InternLM/tools/tokenizer.py rename to 在本地运行开源模型 InternLM/tools/tokenizer.py diff --git a/开源模型 InternLM/tools/transformers/README-zh-Hans.md b/在本地运行开源模型 InternLM/tools/transformers/README-zh-Hans.md similarity index 100% rename from 开源模型 InternLM/tools/transformers/README-zh-Hans.md rename to 在本地运行开源模型 InternLM/tools/transformers/README-zh-Hans.md diff --git a/开源模型 InternLM/tools/transformers/README.md b/在本地运行开源模型 InternLM/tools/transformers/README.md similarity index 100% rename from 开源模型 InternLM/tools/transformers/README.md rename to 在本地运行开源模型 InternLM/tools/transformers/README.md diff --git a/开源模型 InternLM/tools/transformers/configuration_internlm.py b/在本地运行开源模型 InternLM/tools/transformers/configuration_internlm.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/configuration_internlm.py rename to 在本地运行开源模型 InternLM/tools/transformers/configuration_internlm.py diff --git a/开源模型 InternLM/tools/transformers/convert2hf.py b/在本地运行开源模型 InternLM/tools/transformers/convert2hf.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/convert2hf.py rename to 在本地运行开源模型 InternLM/tools/transformers/convert2hf.py diff --git a/开源模型 InternLM/tools/transformers/interface.py b/在本地运行开源模型 InternLM/tools/transformers/interface.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/interface.py rename to 在本地运行开源模型 InternLM/tools/transformers/interface.py diff --git a/开源模型 InternLM/tools/transformers/intern_moss_example.py b/在本地运行开源模型 InternLM/tools/transformers/intern_moss_example.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/intern_moss_example.py rename to 在本地运行开源模型 InternLM/tools/transformers/intern_moss_example.py diff --git a/开源模型 InternLM/tools/transformers/internlm_sft_on_moss.py b/在本地运行开源模型 InternLM/tools/transformers/internlm_sft_on_moss.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/internlm_sft_on_moss.py rename to 在本地运行开源模型 InternLM/tools/transformers/internlm_sft_on_moss.py diff --git a/开源模型 InternLM/tools/transformers/modeling_internlm.py b/在本地运行开源模型 InternLM/tools/transformers/modeling_internlm.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/modeling_internlm.py rename to 在本地运行开源模型 InternLM/tools/transformers/modeling_internlm.py diff --git a/开源模型 InternLM/tools/transformers/tokenization_internlm.py b/在本地运行开源模型 InternLM/tools/transformers/tokenization_internlm.py similarity index 100% rename from 开源模型 InternLM/tools/transformers/tokenization_internlm.py rename to 在本地运行开源模型 InternLM/tools/transformers/tokenization_internlm.py diff --git a/开源模型 Qwen/Qwen.py b/在本地运行开源模型 Qwen/Qwen.py similarity index 100% rename from 开源模型 Qwen/Qwen.py rename to 在本地运行开源模型 Qwen/Qwen.py diff --git a/开源模型 Qwen/requirements.txt b/在本地运行开源模型 Qwen/requirements.txt similarity index 100% rename from 开源模型 Qwen/requirements.txt rename to 在本地运行开源模型 Qwen/requirements.txt diff --git a/开源语音模型 Bark/Bark.py b/在本地运行开源语音模型 Bark/Bark.py similarity index 100% rename from 开源语音模型 Bark/Bark.py rename to 在本地运行开源语音模型 Bark/Bark.py