LoRARequest#
- class tensorrt_llm.llmapi.LoRARequest(
- lora_name: str,
- lora_int_id: int,
- lora_path: str = '',
- lora_ckpt_source: str = 'hf',
Bases:
objectRequest for a LoRA adapter.
- __init__(
- lora_name: str,
- lora_int_id: int,
- lora_path: str = '',
- lora_ckpt_source: str = 'hf',
- property adapter_id#
- property ckpt_source#
- lora_ckpt_source: str#
- lora_int_id: int#
- lora_name: str#
- lora_path: str#
- property name#
- property path#