@@ -2980,7 +2980,7 @@ class PoolerConfig:
29802980 pooling_type : Optional [str ] = None
29812981 """
29822982 The pooling method of the pooling model. This should be a key in
2983- {class} `vllm.model_executor.layers.pooler.PoolingType`.
2983+ [ `vllm.model_executor.layers.pooler.PoolingType`][] .
29842984 """
29852985
29862986 normalize : Optional [bool ] = None
@@ -3691,23 +3691,27 @@ class CompilationConfig:
36913691 """Configuration for compilation. It has three parts:
36923692
36933693 - Top-level Compilation control:
3694- - {attr} `level`
3695- - {attr} `debug_dump_path`
3696- - {attr} `cache_dir`
3697- - {attr} `backend`
3698- - {attr} `custom_ops`
3699- - {attr} `splitting_ops`
3694+ - [ `level`][vllm.config.CompilationConfig.level]
3695+ - [ `debug_dump_path`][vllm.config.CompilationConfig.debug_dump_path]
3696+ - [ `cache_dir`][vllm.config.CompilationConfig.cache_dir]
3697+ - [ `backend`][vllm.config.CompilationConfig.backend]
3698+ - [ `custom_ops`][vllm.config.CompilationConfig.custom_ops]
3699+ - [ `splitting_ops`][vllm.config.CompilationConfig.splitting_ops]
37003700 - CudaGraph capture:
3701- - {attr}`use_cudagraph`
3702- - {attr}`cudagraph_capture_sizes`
3703- - {attr}`cudagraph_num_of_warmups`
3704- - {attr}`cudagraph_copy_inputs`
3705- - {attr}`full_cuda_graph`
3701+ - [`use_cudagraph`][vllm.config.CompilationConfig.use_cudagraph]
3702+ - [`cudagraph_capture_sizes`]
3703+ [vllm.config.CompilationConfig.cudagraph_capture_sizes]
3704+ - [`cudagraph_num_of_warmups`]
3705+ [vllm.config.CompilationConfig.cudagraph_num_of_warmups]
3706+ - [`cudagraph_copy_inputs`]
3707+ [vllm.config.CompilationConfig.cudagraph_copy_inputs]
3708+ - [`full_cuda_graph`][vllm.config.CompilationConfig.full_cuda_graph]
37063709 - Inductor compilation:
3707- - {attr}`use_inductor`
3708- - {attr}`compile_sizes`
3709- - {attr}`inductor_compile_config`
3710- - {attr}`inductor_passes`
3710+ - [`use_inductor`][vllm.config.CompilationConfig.use_inductor]
3711+ - [`compile_sizes`][vllm.config.CompilationConfig.compile_sizes]
3712+ - [`inductor_compile_config`]
3713+ [vllm.config.CompilationConfig.inductor_compile_config]
3714+ - [`inductor_passes`][vllm.config.CompilationConfig.inductor_passes]
37113715 - custom inductor passes
37123716
37133717 Why we have different sizes for cudagraph and inductor:
0 commit comments