vllm.plugins.lora_resolvers.filesystem_resolver ¶
Classes:
Functions:
-
register_filesystem_resolver–Register the filesystem LoRA Resolver with vLLM
FilesystemResolver ¶
Bases: LoRAResolver
Source code in vllm/plugins/lora_resolvers/filesystem_resolver.py
_get_lora_req_from_path(lora_name, lora_path, base_model_name) async ¶
Builds a LoraRequest pointing to the lora path if it's a valid LoRA adapter and has a matching base_model_name.
Source code in vllm/plugins/lora_resolvers/filesystem_resolver.py
register_filesystem_resolver() ¶
Register the filesystem LoRA Resolver with vLLM