Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6b35cb10
Unverified
Commit
6b35cb10
authored
May 20, 2025
by
Jee Jee Li
Committed by
GitHub
May 20, 2025
Browse files
[Misc] Add LoRA code owner (#18387)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
1b1e8e05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
.github/CODEOWNERS
.github/CODEOWNERS
+2
-0
tests/quantization/test_bitsandbytes.py
tests/quantization/test_bitsandbytes.py
+0
-6
No files found.
.github/CODEOWNERS
View file @
6b35cb10
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
/vllm/model_executor/guided_decoding @mgoin @russellb
/vllm/model_executor/guided_decoding @mgoin @russellb
/vllm/multimodal @DarkLight1337 @ywang96
/vllm/multimodal @DarkLight1337 @ywang96
/vllm/vllm_flash_attn @LucasWilkinson
/vllm/vllm_flash_attn @LucasWilkinson
/vllm/lora @jeejeelee
CMakeLists.txt @tlrmchlsmth
CMakeLists.txt @tlrmchlsmth
# vLLM V1
# vLLM V1
...
@@ -40,3 +41,4 @@ CMakeLists.txt @tlrmchlsmth
...
@@ -40,3 +41,4 @@ CMakeLists.txt @tlrmchlsmth
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
/tests/v1/structured_output @mgoin @russellb
/tests/v1/structured_output @mgoin @russellb
/tests/weight_loading @mgoin @youkaichao
/tests/weight_loading @mgoin @youkaichao
/tests/lora @jeejeelee
tests/quantization/test_bitsandbytes.py
View file @
6b35cb10
...
@@ -37,12 +37,6 @@ models_pre_quant_8bit_to_test = [
...
@@ -37,12 +37,6 @@ models_pre_quant_8bit_to_test = [
(
"yec019/fbopt-350m-8bit"
,
"read pre-quantized 8-bit opt model"
),
(
"yec019/fbopt-350m-8bit"
,
"read pre-quantized 8-bit opt model"
),
]
]
models_pre_quant_8bit_to_test
=
[
(
'meta-llama/Llama-Guard-3-8B-INT8'
,
'read pre-quantized llama 8-bit model'
),
(
"yec019/fbopt-350m-8bit"
,
"read pre-quantized 8-bit opt model"
),
]
@
pytest
.
mark
.
skipif
(
not
is_quant_method_supported
(
"bitsandbytes"
),
@
pytest
.
mark
.
skipif
(
not
is_quant_method_supported
(
"bitsandbytes"
),
reason
=
'bitsandbytes is not supported on this GPU type.'
)
reason
=
'bitsandbytes is not supported on this GPU type.'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment