zhousha 793c49aea3 submit round-24 filter results on zhoushasha: MetaX_c-500(63)/Kunlunxin_p-800(1)/Cambricon_mlu-370-x8(1)/Biren_166m(95) + ppu_zw_810e(57), 217 models total
Also add a hygon_k100-ai config branch and HYGON_MODELS list (kept available but
excluded from GPU_JOBS per request). Refresh the expired AUTH_TOKEN.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 17:25:35 +08:00
2026-07-16 16:58:36 +08:00
2026-06-22 19:00:46 +08:00
2026-06-12 21:02:56 +08:00
2026-06-12 14:24:27 +08:00

xc_validation_strategy

批量向 ModelHub XC 平台提交模型验证任务的策略服务,之后保持 HTTP 服务存活供平台探活。

功能

  • 自动登录 ModelHub 获取 Token
  • 批量提交模型验证任务vLLM 框架Cambricon MLU-370-x8
  • 提交结果写入 submitted_validation_tasks.txt
  • 暴露 /health/status 接口满足平台运行时契约

项目结构

.
├── main.py            # 主入口HTTP 服务 + 提交逻辑
├── Dockerfile         # 平台镜像构建配置
├── requirements.txt   # Python 依赖
└── submitted_validation_tasks.txt   # 运行后自动生成,记录提交结果

平台契约说明

本项目满足平台对策略镜像的全部必要约束:

  • Dockerfile 位于仓库根目录,基于官方轻量基础镜像
  • 暴露 8080 端口并实现 GET /health
  • 通过环境变量 STRATEGY_ID 获取策略 ID
  • 正确处理 SIGTERM 信号,支持优雅停机
Description
No description provided
Readme 906 KiB
Languages
Python 99%
Dockerfile 1%