Initialize public candidate feed

This commit is contained in:
Mike Mi
2026-07-16 19:37:19 +08:00
commit 277031c9ea
3 changed files with 21 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.tmp
*.log

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# vllm_candidates
Public candidate feed for the ModelHub adaptation agent.
The agent polls `agent_candidates.txt` at runtime. Updating this repository does
not require rebuilding the strategy image.
Candidate format:
```text
# version=<batch version>
# model_id|target_gpu|framework|task_type|engine|source
TIGER-Lab/VisCoder-7B|Iluvatar_bi-100|vllm|text-generation|vllm|HUGGING_FACE
```
Change the version whenever the candidate list changes.

3
agent_candidates.txt Normal file
View File

@@ -0,0 +1,3 @@
# version=2026-07-16-public-initial
# model_id|target_gpu|framework|task_type|engine|source
TIGER-Lab/VisCoder-7B|Iluvatar_bi-100|vllm|text-generation|vllm|HUGGING_FACE