feat: support loogle eval (#6190)

This commit is contained in:
Yineng Zhang
2025-05-10 23:52:44 -07:00
committed by GitHub
parent 17c36c5511
commit 4d1c9db66c
3 changed files with 158 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# Code Structures
- `eval`: The evaluation utilities.
- `lang`: The frontend language.
- `srt`: The backend engine for running local models. (SRT = SGLang Runtime).
- `test`: The test utilities.
@@ -11,6 +12,5 @@
- `check_env.py`: Check the environment variables and dependencies.
- `global_config.py`: The global configs and constants.
- `launch_server.py`: The entry point for launching the local server.
- `llama3_eval.py`: Evaluation of Llama 3 using the Meta Llama dataset.
- `utils.py`: Common utilities.
- `version.py`: Version info.