Initialize public candidate feed
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.tmp
|
||||
*.log
|
||||
16
README.md
Normal file
16
README.md
Normal 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
3
agent_candidates.txt
Normal 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
|
||||
Reference in New Issue
Block a user