diff --git a/.github/workflows/validate-yaml.yml b/.github/workflows/validate-yaml.yml index 0f7a7bd448..58bdc8aff1 100644 --- a/.github/workflows/validate-yaml.yml +++ b/.github/workflows/validate-yaml.yml @@ -36,14 +36,14 @@ jobs: uses: nrkno/yaml-schema-validator-github-action@v4 with: schema: schemas/_events.schema.yml - target: cn/_events.yml + target: zh/_events.yml - name: "Validate _blog.yml (chinese translation)" uses: nrkno/yaml-schema-validator-github-action@v4 with: schema: schemas/_blog.schema.yml - target: cn/_blog.yml + target: zh/_blog.yml - name: "Validate _tags.yml (chinese translation)" uses: nrkno/yaml-schema-validator-github-action@v4 with: schema: schemas/_tags.schema.yml - target: cn/_tags.yml \ No newline at end of file + target: zh/_tags.yml \ No newline at end of file diff --git a/cn/_blog.yml b/zh/_blog.yml similarity index 100% rename from cn/_blog.yml rename to zh/_blog.yml diff --git a/cn/_events.yml b/zh/_events.yml similarity index 100% rename from cn/_events.yml rename to zh/_events.yml diff --git a/cn/_tags.yml b/zh/_tags.yml similarity index 100% rename from cn/_tags.yml rename to zh/_tags.yml diff --git a/cn/blip-2.md b/zh/blip-2.md similarity index 100% rename from cn/blip-2.md rename to zh/blip-2.md diff --git a/cn/bloom-inference-pytorch-scripts.md b/zh/bloom-inference-pytorch-scripts.md similarity index 100% rename from cn/bloom-inference-pytorch-scripts.md rename to zh/bloom-inference-pytorch-scripts.md diff --git a/cn/controlnet.md b/zh/controlnet.md similarity index 100% rename from cn/controlnet.md rename to zh/controlnet.md diff --git a/cn/cv_state.md b/zh/cv_state.md similarity index 100% rename from cn/cv_state.md rename to zh/cv_state.md diff --git a/cn/dialog-agents.md b/zh/dialog-agents.md similarity index 100% rename from cn/dialog-agents.md rename to zh/dialog-agents.md diff --git a/cn/dreambooth.md b/zh/dreambooth.md similarity index 100% rename from cn/dreambooth.md rename to zh/dreambooth.md diff --git a/cn/elixir-bumblebee.md b/zh/elixir-bumblebee.md similarity index 100% rename from cn/elixir-bumblebee.md rename to zh/elixir-bumblebee.md diff --git a/cn/image-similarity.md b/zh/image-similarity.md similarity index 100% rename from cn/image-similarity.md rename to zh/image-similarity.md diff --git a/cn/intel-sapphire-rapids-inference.md b/zh/intel-sapphire-rapids-inference.md similarity index 100% rename from cn/intel-sapphire-rapids-inference.md rename to zh/intel-sapphire-rapids-inference.md diff --git a/cn/intel-sapphire-rapids.md b/zh/intel-sapphire-rapids.md similarity index 100% rename from cn/intel-sapphire-rapids.md rename to zh/intel-sapphire-rapids.md diff --git a/cn/intro-graphml.md b/zh/intro-graphml.md similarity index 100% rename from cn/intro-graphml.md rename to zh/intro-graphml.md diff --git a/cn/large-language-models.md b/zh/large-language-models.md similarity index 100% rename from cn/large-language-models.md rename to zh/large-language-models.md diff --git a/cn/lora.md b/zh/lora.md similarity index 100% rename from cn/lora.md rename to zh/lora.md diff --git a/cn/mask2former.md b/zh/mask2former.md similarity index 100% rename from cn/mask2former.md rename to zh/mask2former.md diff --git a/cn/ml-for-games-1.md b/zh/ml-for-games-1.md similarity index 100% rename from cn/ml-for-games-1.md rename to zh/ml-for-games-1.md diff --git a/cn/ml-for-games-2.md b/zh/ml-for-games-2.md similarity index 100% rename from cn/ml-for-games-2.md rename to zh/ml-for-games-2.md diff --git a/cn/ml-for-games-3.md b/zh/ml-for-games-3.md similarity index 100% rename from cn/ml-for-games-3.md rename to zh/ml-for-games-3.md diff --git a/cn/ml-for-games-4.md b/zh/ml-for-games-4.md similarity index 100% rename from cn/ml-for-games-4.md rename to zh/ml-for-games-4.md diff --git a/cn/ml-for-games-5.md b/zh/ml-for-games-5.md similarity index 100% rename from cn/ml-for-games-5.md rename to zh/ml-for-games-5.md diff --git a/cn/optimum-onnxruntime-training.md b/zh/optimum-onnxruntime-training.md similarity index 100% rename from cn/optimum-onnxruntime-training.md rename to zh/optimum-onnxruntime-training.md diff --git a/cn/peft.md b/zh/peft.md similarity index 100% rename from cn/peft.md rename to zh/peft.md diff --git a/cn/pytorch-ddp-accelerate-transformers.md b/zh/pytorch-ddp-accelerate-transformers.md similarity index 100% rename from cn/pytorch-ddp-accelerate-transformers.md rename to zh/pytorch-ddp-accelerate-transformers.md diff --git a/cn/red-teaming.md b/zh/red-teaming.md similarity index 100% rename from cn/red-teaming.md rename to zh/red-teaming.md diff --git a/cn/setfit.md b/zh/setfit.md similarity index 100% rename from cn/setfit.md rename to zh/setfit.md diff --git a/cn/speecht5.md b/zh/speecht5.md similarity index 100% rename from cn/speecht5.md rename to zh/speecht5.md diff --git a/cn/time-series-transformers.md b/zh/time-series-transformers.md similarity index 100% rename from cn/time-series-transformers.md rename to zh/time-series-transformers.md diff --git a/cn/vision_language_pretraining.md b/zh/vision_language_pretraining.md similarity index 100% rename from cn/vision_language_pretraining.md rename to zh/vision_language_pretraining.md