瀏覽代碼

added working code of CLI/gradio UI/ LoRA weights merge

Himanshu Shukla 5 月之前
父節點
當前提交
20dd474056
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/quickstart/inference/local_inference/multi_modal_infer.py

+ 1 - 1
recipes/quickstart/inference/local_inference/multi_modal_infer.py

@@ -16,7 +16,7 @@ DEFAULT_MODEL = "meta-llama/Llama-3.2-11B-Vision-Instruct"
 
 def load_model_and_processor(model_name: str, hf_token: str, finetuning_path: str = None):
     """
-    Load the model and processor, and optionally load adapter weights if specified.
+    Load the model and processor, and optionally load adapter weights if specified
     """
     # Load pre-trained model and processor
     model = MllamaForConditionalGeneration.from_pretrained(