2026-07-08 08:57:50 +00:00

16 lines
375 B
Plaintext

# http requests
aiohttp
fastapi
jinja2
# for calc result.
numpy
rich
sse_starlette
# for tokenizer
transformers
uvicorn
# Higher-precision asyncio event loop (libuv-backed) used by `evalscope perf`
# for tighter rate control under high concurrency. Optional & POSIX-only;
# evalscope falls back to the default selector loop if it is missing.
uvloop; sys_platform != "win32"