We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d45e3d commit c607a26Copy full SHA for c607a26
vllm/transformers_utils/tokenizer_group/__init__.py
@@ -18,7 +18,7 @@
18
def init_tokenizer_from_configs(model_config: ModelConfig,
19
scheduler_config: SchedulerConfig,
20
parallel_config: ParallelConfig,
21
- lora_config: LoRAConfig):
+ lora_config: Optional[LoRAConfig]):
22
init_kwargs = dict(tokenizer_id=model_config.tokenizer,
23
enable_lora=bool(lora_config),
24
max_num_seqs=scheduler_config.max_num_seqs,
0 commit comments