Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee662b2692 | ||
|
|
32f05448af | ||
|
|
21c8d7b5a2 | ||
|
|
96a4cfe6bc |
@@ -1,4 +0,0 @@
|
|||||||
FROM python:3.10-slim
|
|
||||||
WORKDIR /workspace
|
|
||||||
COPY main.py .
|
|
||||||
ENTRYPOINT ["python", "main.py"]
|
|
||||||
2
agent.yaml
Normal file
2
agent.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
name: p800-agent
|
||||||
|
docker_image: harbor.4pd.io/modelhubxc/sunruoxi/enginex-xc-llm-kunlunxin-fix-tokenizer:v1.0.0
|
||||||
2
main.py
2
main.py
@@ -1,2 +0,0 @@
|
|||||||
"""Minimal agent entrypoint for ModelHub XC."""
|
|
||||||
print("Agent ready", flush=True)
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
torch>=2.0.0
|
|
||||||
transformers>=4.30.0
|
|
||||||
huggingface_hub>=0.20.0
|
|
||||||
modelscope>=1.10.0
|
|
||||||
Reference in New Issue
Block a user