From 7d478a54db1901ad416f384a3c76e8f7f9bd5382 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sun, 19 Jul 2026 14:49:58 +0800 Subject: [PATCH] docs: update HF org from ViperEk to ViperEkura - Replace 4 HF links in README.md and README-zh-CN.md to point to ViperEkura - Update download.py default repo to AstrAI-V1-instruct under ViperEkura --- README.md | 4 ++-- assets/docs/README-zh-CN.md | 4 ++-- scripts/demo/download.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1dc4cdd..48fc831 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 中文Issue TrackerDiscussions • - HuggingFace + HuggingFace
@@ -241,7 +241,7 @@ For major changes, please open an issue first to discuss what you would like to - **GitHub Issues**: [Issue Tracker](https://github.com/ViperEkura/AstrAI/issues) - **Discussions**: [GitHub Discussions](https://github.com/ViperEkura/AstrAI/discussions) -- **HuggingFace**: [Model Hub](https://huggingface.co/ViperEk) +- **HuggingFace**: [Model Hub](https://huggingface.co/ViperEkura) ### License diff --git a/assets/docs/README-zh-CN.md b/assets/docs/README-zh-CN.md index a8c82c6..1070d1d 100644 --- a/assets/docs/README-zh-CN.md +++ b/assets/docs/README-zh-CN.md @@ -27,7 +27,7 @@ 中文问题追踪讨论区 • - HuggingFace + HuggingFace
@@ -247,7 +247,7 @@ SSE 流式格式、错误码和统计端点详见[推理文档](./inference.md) - **GitHub Issues**: [问题追踪](https://github.com/ViperEkura/AstrAI/issues) - **Discussions**: [GitHub 讨论区](https://github.com/ViperEkura/AstrAI/discussions) -- **HuggingFace**: [模型中心](https://huggingface.co/ViperEk) +- **HuggingFace**: [模型中心](https://huggingface.co/ViperEkura) ### 许可证 diff --git a/scripts/demo/download.py b/scripts/demo/download.py index 43148f4..8c41b97 100644 --- a/scripts/demo/download.py +++ b/scripts/demo/download.py @@ -5,7 +5,7 @@ from huggingface_hub import snapshot_download PROJECT_ROOT = Path(__file__).resolve().parents[2] DEFAULT_LOCAL_DIR = Path(PROJECT_ROOT, "params") -DEFAULT_REPO_ID = "ViperEk/KHAOSZ" +DEFAULT_REPO_ID = "ViperEkura/AstrAI-V1-instruct" if __name__ == "__main__": parser = argparse.ArgumentParser(