diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8947fe2324..e7ea8e0301b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,9 +23,14 @@ # Any change to the VllmConfig changes can have a large user-facing impact, # so spam a lot of people -/vllm/config @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @hmellor @yewentao256 @ProExpertProg +/vllm/config @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @yewentao256 @ProExpertProg /vllm/config/cache.py @heheda12345 +# Config utils +/vllm/config/utils.py @hmellor +/vllm/engine/arg_utils.py @hmellor +/vllm/utils/argparse_utils.py + # Entrypoints /vllm/entrypoints/anthropic @mgoin @DarkLight1337 /vllm/entrypoints/cli @hmellor @mgoin @DarkLight1337 @russellb