Skip to content

Commit

Permalink
rm processor log
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal-10 committed May 5, 2024
1 parent 8393903 commit b5364f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/huggingface_multimodal_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def load_processor(model_spec: backends.ModelSpec) -> AutoProcessor:
hf_model_str = model_spec['huggingface_id'] # Get the model name

processor = AutoProcessor.from_pretrained(hf_model_str, use_fast=False, device_map="auto", verbose=False)
logger.info(f'Loading huggingface model Processor : {processor} for model : {model_spec.model_name}')
logger.info(f'Loading Processor for model : {model_spec.model_name}')

return processor

Expand Down

0 comments on commit b5364f5

Please sign in to comment.