e088e90ddaec18a4ce93911cb4feb987f592ecf8
Filter condition 2 relaxed from "verified on another card" to "verified OR verifying on another card": a model already under verification elsewhere has passed the platform's basic checks, it just has no result yet. Same candidate pool yields 1366 instead of 12 (114x) - the two original conditions are近乎 mutually exclusive, since a model verified on another card has long since been tried on every card. Account handling changed from sequential fallback to round-robin over zhangyuanxi / jiajing / l112233 / l11223344, so the four share the load evenly (verified: 342/342/341/341) instead of piling onto the first account until it hits 60007. Iluvatar_bi-150 is back in GPU_JOBS now that a vllm iluvatar image is configured. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
xc_validation_strategy_vllm_zhouyuanxi
批量向 ModelHub XC 平台提交模型适配任务的策略服务(zhouyuanxi 账号,zhoukaile xc-Token), 之后保持 HTTP 服务存活供平台探活。
功能
- 通过
/api/adapt/task/add接口(xc-Token 认证)批量提交模型适配任务 - vllm 框架(api chat),Kunlunxin_p-800 GPU
- 提交成功的模型写入
submitted_adapt_tasks.txt - 暴露
/health和/status接口满足平台运行时契约
平台契约说明
- Dockerfile 位于仓库根目录,基于官方轻量基础镜像
- 暴露 8080 端口并实现
GET /health - 通过环境变量
STRATEGY_ID获取策略 ID - 正确处理
SIGTERM信号,支持优雅停机
Description
Languages
Python
99.7%
Dockerfile
0.3%