CoolFace
Apppublic

latam-gpt/eval-runner

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
18 commits on main
9a211356mo ago

Webhook receiver mode: Space receives POSTs, spawns GPU Jobs

ouhenio
63388906mo ago

Reduce max_length to 2560 (observed max is 2049, saves KV cache)

ouhenio
3e3ffdc6mo ago

Set max_length=4096 for olmes (5-shot MMLU exceeds 2048)

ouhenio
1ebc4ac6mo ago

Fix patches.sh: use find_spec instead of import (CUDA unavailable at build)

ouhenio
f575e4e6mo ago

Force-reinstall lm-eval 0.4.3, add patch verification

ouhenio
90b371c6mo ago

Remove separate lm-eval install: olmes pins 0.4.3, patches.sh handles vLLM compat

ouhenio
1e198636mo ago

Add lm-eval[math] extras (fixes minerva_math import)

ouhenio
23400106mo ago

Pin lm-eval to 0.4.11 (TokensPrompt fix for vLLM 0.17)

ouhenio
b5812b76mo ago

Remove deep_ep: fixes libnvshmem ImportError on A100

ouhenio
9cbb2a16mo ago

Add python symlink (olmes needs python not python3)

ouhenio
2c705526mo ago

Bundle eval.yaml, fallback when GitHub repo is private

ouhenio
f12cfa46mo ago

Reset ENTRYPOINT: vllm base crashes on CPU Space

ouhenio
d3901956mo ago

Use CMD instead of ENTRYPOINT: keep Space alive for Jobs

ouhenio
b9ce0eb6mo ago

Fix entrypoint: use python3

ouhenio
0b148dd6mo ago

Fix olmes install: clone then pip install

ouhenio
514462b6mo ago

Fix Dockerfile: install olmes from GitHub, use base image torch/vLLM

ouhenio
e2f615e6mo ago

Initial eval-runner pipeline

ouhenio
62325666mo ago

initial commit

ouhenio