1 Commits
v1.1 ... v2.0

Author SHA1 Message Date
7355608
96a4cfe6bc Minimal config-only repo 2026-07-03 22:05:29 +08:00
4 changed files with 1 additions and 10 deletions

View File

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

1
README.md Normal file
View File

@@ -0,0 +1 @@
# P800 vLLM Agent

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