commit 277031c9ea81fd3044f579dc1e70fa2302d6d073 Author: Mike Mi <2873@qq.com> Date: Thu Jul 16 19:37:19 2026 +0800 Initialize public candidate feed diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb3fbaf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.tmp +*.log diff --git a/README.md b/README.md new file mode 100644 index 0000000..e60e376 --- /dev/null +++ b/README.md @@ -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= +# 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. diff --git a/agent_candidates.txt b/agent_candidates.txt new file mode 100644 index 0000000..ac56e65 --- /dev/null +++ b/agent_candidates.txt @@ -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