taesiri commited on
Commit
d8ceead
1 Parent(s): 4539911
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ login(token=os.environ["HF_TOKEN"], add_to_git_credential=True)
29
 
30
  # Load model and processor (do this outside the inference function to avoid reloading)
31
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
32
- lora_weights_path = "taesiri/BugsBunny-LLama-3.2-11B-Vision-Instruct-Medium"
33
 
34
  processor = AutoProcessor.from_pretrained(base_model_path)
35
  model = MllamaForConditionalGeneration.from_pretrained(
 
29
 
30
  # Load model and processor (do this outside the inference function to avoid reloading)
31
  base_model_path = "meta-llama/Llama-3.2-11B-Vision-Instruct"
32
+ lora_weights_path = "taesiri/BugsBunny-LLama-3.2-11B-Vision-Base-Medium-LoRA"
33
 
34
  processor = AutoProcessor.from_pretrained(base_model_path)
35
  model = MllamaForConditionalGeneration.from_pretrained(