backup
Browse files
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-
|
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(
|