This website requires JavaScript.
Explore
Help
Sign In
xinyun
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced
2026-01-23 22:24:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
vllm
/
tests
/
quantization
History
Michael Goin
7e0ef4084a
[CI Failure] Fix torchao dep failure for Quantization Test (
#26824
)
...
Signed-off-by: mgoin <mgoin64@gmail.com>
2025-10-14 16:41:43 -07:00
..
__init__.py
…
fp_quant.py
[Transform] [Quantization] Add QuTLASS support to vLLM (
#24440
)
2025-10-10 09:43:40 -07:00
reference_mxfp4.py
…
test_auto_round.py
…
test_blackwell_moe.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_compressed_tensors.py
[CI Failure] Fix torchao dep failure for Quantization Test (
#26824
)
2025-10-14 16:41:43 -07:00
test_configs.py
…
test_cpu_offload.py
…
test_experts_int8.py
…
test_fp8.py
…
test_gptq_dynamic.py
…
test_ipex_quant.py
…
test_lm_head.py
…
test_modelopt.py
…
test_ptpc_fp8.py
…
test_quark.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_register_quantization_config.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_rtn.py
…
test_torchao.py
[torchao] Add support for ModuleFqnToConfig using regex (
#26001
)
2025-10-09 08:32:32 +00:00
utils.py
…