17 lines
449 B
Markdown
17 lines
449 B
Markdown
|
|
# 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.
|