Run tests based on labels (#10456)

This commit is contained in:
Lianmin Zheng
2025-09-15 00:29:20 -07:00
committed by GitHub
parent 76becc1dbc
commit 50dc0c1e9c
15 changed files with 200 additions and 301 deletions

View File

@@ -1,4 +1,4 @@
# Code Structures
# Code Structure
- `eval`: The evaluation utilities.
- `lang`: The frontend language.
@@ -11,6 +11,6 @@
- `bench_serving.py`: Benchmark online serving with dynamic requests.
- `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.
- `launch_server.py`: The entry point for launching a local server.
- `utils.py`: Common utilities.
- `version.py`: Version info.