4 Commits
v1.1 ... v5.0

Author SHA1 Message Date
7355608
ee662b2692 Config-only strategy, no Dockerfile 2026-07-03 23:57:16 +08:00
7355608
32f05448af Final minimal strategy 2026-07-03 22:20:29 +08:00
7355608
21c8d7b5a2 Alpine minimal Dockerfile 2026-07-03 22:07:53 +08:00
7355608
96a4cfe6bc Minimal config-only repo 2026-07-03 22:05:29 +08:00
4 changed files with 2 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
FROM python:3.10-slim
WORKDIR /workspace
COPY main.py .
ENTRYPOINT ["python", "main.py"]

2
agent.yaml Normal file
View File

@@ -0,0 +1,2 @@
name: p800-agent
docker_image: harbor.4pd.io/modelhubxc/sunruoxi/enginex-xc-llm-kunlunxin-fix-tokenizer:v1.0.0

View File

@@ -1,2 +0,0 @@
"""Minimal agent entrypoint for ModelHub XC."""
print("Agent ready", flush=True)

View File

@@ -1,4 +0,0 @@
torch>=2.0.0
transformers>=4.30.0
huggingface_hub>=0.20.0
modelscope>=1.10.0