chatlearn/models/vllm_module.py [179:190]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    self.model_config,
                    self.parallel_config,
                    self.scheduler_config,
                    self.device_config,
                    self.cache_config,
                    self.load_config,
                    local_rank=0,
                    rank=0,
                    distributed_init_method=None,
                    lora_config=self.lora_config,
                    is_driver_worker=True,
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chatlearn/models/vllm_module.py [193:204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    self.model_config,
                    self.parallel_config,
                    self.scheduler_config,
                    self.device_config,
                    self.cache_config,
                    self.load_config,
                    local_rank=0,
                    rank=0,
                    distributed_init_method=None,
                    lora_config=self.lora_config,
                    is_driver_worker=True,
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



