Skip to content

Alexhuihui/huggingface-model-uploader

Repository files navigation

🤖 Hugging Face Model → Aliyun ACR

自动下载 Hugging Face 模型并上传到阿里云容器镜像服务(ACR)。


🔧 使用步骤

  1. Fork 本仓库
  2. 在 Settings → Secrets → Actions 中配置:
    • ALIYUN_REGISTRY
    • ALIYUN_NAME_SPACE
    • ALIYUN_REGISTRY_USER
    • ALIYUN_REGISTRY_PASSWORD
  3. 编辑 images.txt 文件,添加模型 ID,例如: gpt2 mistralai/Mistral-7B-v0.1
  4. 手动触发 GitHub Actions(或提交代码触发)

🧠 说明

  • 会自动清理磁盘空间,适合大模型(>10GB)
  • 每个模型会生成一个镜像: registry.cn-hangzhou.aliyuncs.com/<命名空间>/hf_<模型名>:latest
  • 镜像中 /models 目录存放完整模型权重文件

About

借助action下载模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors