Skip to content

Commit 6b35cb1

Browse files
authored
[Misc] Add LoRA code owner (#18387)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 1b1e8e0 commit 6b35cb1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/vllm/model_executor/guided_decoding @mgoin @russellb
1414
/vllm/multimodal @DarkLight1337 @ywang96
1515
/vllm/vllm_flash_attn @LucasWilkinson
16+
/vllm/lora @jeejeelee
1617
CMakeLists.txt @tlrmchlsmth
1718

1819
# vLLM V1
@@ -40,3 +41,4 @@ CMakeLists.txt @tlrmchlsmth
4041
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
4142
/tests/v1/structured_output @mgoin @russellb
4243
/tests/weight_loading @mgoin @youkaichao
44+
/tests/lora @jeejeelee

tests/quantization/test_bitsandbytes.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
("yec019/fbopt-350m-8bit", "read pre-quantized 8-bit opt model"),
3838
]
3939

40-
models_pre_quant_8bit_to_test = [
41-
('meta-llama/Llama-Guard-3-8B-INT8',
42-
'read pre-quantized llama 8-bit model'),
43-
("yec019/fbopt-350m-8bit", "read pre-quantized 8-bit opt model"),
44-
]
45-
4640

4741
@pytest.mark.skipif(not is_quant_method_supported("bitsandbytes"),
4842
reason='bitsandbytes is not supported on this GPU type.')

0 commit comments

Comments
 (0)