add getattr for process methods

This commit is contained in:
IlyaMescheryakov1402
2025-03-11 22:42:59 +03:00
parent 9bb0dbb182
commit fedfcdadeb
3 changed files with 89 additions and 54 deletions

View File

@@ -10,7 +10,6 @@ class Preprocess:
self.model_endpoint = None
def load(self, local_file_name: str) -> Optional[Any]: # noqa
vllm_model_config = {
"lora_modules": None, # [LoRAModulePath(name=a, path=b)]
"prompt_adapters": None, # [PromptAdapterPath(name=a, path=b)]